Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applegreengrape/serverless-ts-log
This is my learning project to get hands-on sam + step functions + typescripts
https://github.com/applegreengrape/serverless-ts-log
aws-sam lambda learning-by-doing serverless state-machine step-functions typescript
Last synced: about 2 months ago
JSON representation
This is my learning project to get hands-on sam + step functions + typescripts
- Host: GitHub
- URL: https://github.com/applegreengrape/serverless-ts-log
- Owner: applegreengrape
- License: mit
- Created: 2021-02-18T18:26:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T23:19:53.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T05:26:51.628Z (almost 2 years ago)
- Topics: aws-sam, lambda, learning-by-doing, serverless, state-machine, step-functions, typescript
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-ts-log
This is a step-by-step learning project to get hands-on with typescripts + step functions + sam
workdir: `./playground`
[🕰️ Day 01](./day-01)
Branch: `day-01`
- 👋 hello world typescript lambda
- 🔍 Unit test[🕰️ Day 02](./day-02)
Branch: `day-02`
- 🚀 sam it up
- 🔗 add local integration test[🕰️ Day 03](./day-03)
Branch: `day-03`
- 🦾 I am a state machine 🦿[🕰️ Day 04](./day-04)
Branch: `day-04`
- 🔀 asynchronous vs synchronous invocation 🔄