Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.13 KB

readme.md

File metadata and controls

65 lines (42 loc) · 1.13 KB

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.