An open API service indexing awesome lists of open source software.

https://github.com/lukehedger/custom-intrinsics

Custom Step Functions intrinsic functions powered by LLRT
https://github.com/lukehedger/custom-intrinsics

aws lambda llrt step-functions

Last synced: about 1 month ago
JSON representation

Custom Step Functions intrinsic functions powered by LLRT

Awesome Lists containing this project

README

          

# custom-intrinsics

Custom Step Functions intrinsic functions powered by LLRT

![State Machine](https://github.com/lukehedger/custom-intrinsics/assets/1913316/cc581be5-aab6-4876-ba81-445f837e119c)

## Install

```sh
npm i
```

## Synth

```sh
npm run cdk synth -- --quiet
```

## Deploy

```sh
npm run cdk deploy -- --require-approval never
```