Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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