/AWS-SAM-API-ts

This repository contains an example of an API implementation written in typescript using AWS SAM

AWS-SAM-API-ts

This repository contains an example of an API implementation written in typescript using AWS SAM

Workflow model

  1. We will use reusable templates (each for one dev, one for qa and one for prod) image
  2. When you want to know how events structure looks like you can generate this with:
    sam local generate-event s3 put
    
    image

Resources: