https://github.com/ryands17/step-fns
Exploring Step functions using the CDK
https://github.com/ryands17/step-fns
cdk step-functions typescript
Last synced: about 1 year ago
JSON representation
Exploring Step functions using the CDK
- Host: GitHub
- URL: https://github.com/ryands17/step-fns
- Owner: ryands17
- Created: 2021-03-10T13:20:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T05:18:12.000Z (about 1 year ago)
- Last Synced: 2025-04-07T06:25:17.858Z (about 1 year ago)
- Topics: cdk, step-functions, typescript
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring Step functions
[](https://github.com/ryands17/step-fns/actions/workflows/main.yml)
This is an exploration of Step Functions using the CDK based on the [following](https://theburningmonk.thinkific.com/courses/complete-guide-to-aws-step-functions) tutorial by [Yan Cui](https://twitter.com/theburningmonk).
## Prerequisites
- Create a `cdk.context.json` file and add the region that you want to deploy to as follows (default is `us-east-2`):
```json
{
"region": "us-east-2"
}
```
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## Useful commands
- `yarn build` compile typescript to js
- `yarn watch` watch for changes and compile
- `yarn test` perform the jest unit tests
- `yarn cdk deploy` deploy this stack to your default AWS account/region
- `yarn cdk diff` compare deployed stack with current state
- `yarn cdk synth` emits the synthesized CloudFormation template