https://github.com/neondatabase-labs/lambda-cdk-neon
This is an example API built using AWS Lambda, API Gateway, Secrets Manager and Neon
https://github.com/neondatabase-labs/lambda-cdk-neon
api-gateway aws aws-cdk aws-lambda lambda postgres postgresql
Last synced: 8 months ago
JSON representation
This is an example API built using AWS Lambda, API Gateway, Secrets Manager and Neon
- Host: GitHub
- URL: https://github.com/neondatabase-labs/lambda-cdk-neon
- Owner: neondatabase-labs
- Created: 2023-11-30T08:49:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T18:29:19.000Z (over 1 year ago)
- Last Synced: 2025-02-09T00:28:53.114Z (over 1 year ago)
- Topics: api-gateway, aws, aws-cdk, aws-lambda, lambda, postgres, postgresql
- Language: TypeScript
- Homepage: https://neon.tech/blog/serverless-api-using-aws-lambda-cdk-and-neon
- Size: 109 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## 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
* `npx cdk deploy` deploy this stack to your default AWS account/region
* `npx cdk diff` compare deployed stack with current state
* `npx cdk synth` emits the synthesized CloudFormation template