Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Serverless Demo using the AWS CDK, Lambda, DynamoDB, and API Gateway

License

Notifications You must be signed in to change notification settings

jfmcdowell/pet-collar-serverless

Repository files navigation

Serverless Application Demo using the AWS CDK

This project demonstrates the deployment a serverless application leveraging AWS Lambda for compute, Amazon DynamoDB as a key-value store, and Amazon API Gateway to expose a secure endpoint. This project also uses the AWS CDK to provision the infrastructure and deploy the application.

This project simulates streaming location data from a GPS enabled device in the NEMA format to an API endpoint. AWS Lambda translates the location data from NEMA to latitude/longitude and posts it into a DynamoDB table.

About

Serverless Demo using the AWS CDK, Lambda, DynamoDB, and API Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published