https://github.com/stefanfreitag/helloworldlambda
Simple Hello world application using AWS Lambda
https://github.com/stefanfreitag/helloworldlambda
aws cdk lambda
Last synced: about 1 year ago
JSON representation
Simple Hello world application using AWS Lambda
- Host: GitHub
- URL: https://github.com/stefanfreitag/helloworldlambda
- Owner: stefanfreitag
- License: apache-2.0
- Created: 2019-12-01T07:10:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T03:36:30.000Z (over 1 year ago)
- Last Synced: 2025-04-17T06:28:09.901Z (about 1 year ago)
- Topics: aws, cdk, lambda
- Language: TypeScript
- Homepage:
- Size: 2.27 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template