Skip to content

Lilanga/cdk-api-with-lambda-apigateway

Repository files navigation

A REST API backed by Lambda and API Gateway using AWS CDK

This project create a REST API using AWS CDK in TypeScript to retrieve the latest sensor readings from a DynamoDB table

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

About

REST API using Lambda and API gateway to access DynamoDB, using AWS CDK

Topics

Resources

License

Stars

Watchers

Forks

Contributors