Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibrahimcesar/cdk-simple-lambda-starter
🌴 CDK v2 Simple Lambda HTTP ApiGateway Model
https://github.com/ibrahimcesar/cdk-simple-lambda-starter
api-gateway-http api-gateway-v2 aws aws-lambda cdk cdk-example lambda-functions
Last synced: about 1 month ago
JSON representation
🌴 CDK v2 Simple Lambda HTTP ApiGateway Model
- Host: GitHub
- URL: https://github.com/ibrahimcesar/cdk-simple-lambda-starter
- Owner: ibrahimcesar
- License: mit
- Created: 2022-05-20T08:18:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T22:54:57.000Z (over 1 year ago)
- Last Synced: 2024-11-16T22:18:57.084Z (3 months ago)
- Topics: api-gateway-http, api-gateway-v2, aws, aws-lambda, cdk, cdk-example, lambda-functions
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🌴 CDK v2 Simple Lambda HTTP ApiGateway Model
// TBD
## Beware export lambda
In the file `src/lambda/index.ts`, the exported name for the lambda handler is **not dynamic**, so it can be configurable, you'll need to add your own, each time. This is because, `import` and `export` statements are specifically designed this way because they have to be statically analyzable, i.e. the import and export names have to be known before the code is executed.
### TODO
- [ ] Lambda Versions
- [ ] Lambda Alias
- [ ] Stacks for Dev and Prod