Skip to content

bindstone/aws-motorshop-cdk

Repository files navigation

Motorshop

Description

Creation of an AWS Serverless application.

WARNING !!!

The implementation could generate costs on AWS. The project is only for personal documentation and demonstration purpose.

Prerequisite

Creation of AWS Infrastructure.

The application is defined as IAC based on AWS CDK.

Creation:

cdk init app --language=typescript

Publish Cloud Foundation Package

cdk deploy 

Alt text

Test

POST https://???????????.execute-api.eu-west-1.amazonaws.com/prod/
Content-Type: application/json

{
  "name": "Peppo",
  "model": "V1 Turbo"
}

The following points could be investigated:

  • CloudWatch (Logs)
  • SNS / SQS / Lambda (Logs)
  • S3 (Bucket containing a PDF)
  • DynamoDB containing a Data Entry

Alt text

Alt text

Remove / Destroy Artifacts

cdk destroy

Validate that all resources are removed from AWS.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published