Skip to content

Torsitano/cdk-typescript-rest-lambda

Repository files navigation

  1. Clone Repo
  2. npm i
  3. Set the account number in lib/main.ts
  4. cdk deploy
  5. Get the API key and URL from the API GW
  6. Postman:
POST
x-api-key: <your-key> // header

body:

{
    "value1": "test",
    "value2": 10
}

^ Make a couple entries

GET
x-api-key: <your-key> // header

With no UUID provided, you should get all results back

GET
x-api-key: <your-key> // header
uuid: <a uuid from above> // param

You should get 1 result back

  1. ???
  2. Profit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published