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
- Host: GitHub
- URL: https://github.com/lukehedger/custom-intrinsics
- Owner: lukehedger
- Created: 2024-03-18T20:37:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:37:49.000Z (about 2 years ago)
- Last Synced: 2025-02-09T15:18:14.667Z (over 1 year ago)
- Topics: aws, lambda, llrt, step-functions
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# custom-intrinsics
Custom Step Functions intrinsic functions powered by LLRT

## Install
```sh
npm i
```
## Synth
```sh
npm run cdk synth -- --quiet
```
## Deploy
```sh
npm run cdk deploy -- --require-approval never
```