Includes:
ShowProduct, a AWS Lambda Function to display a single productProductsTable, a AWS DynamoDB Table to store productsapilambdastripecharge, a AWS Serverless Application Repository Component, that exposes a callback to get invoked by Stripe Checkout when your customer clicks Buy on your product.
npm run package- to prepare the SAM application for deploymentnpm run deploy- to deploy the prepared SAM packagenpm run describe- to get the SAM App Output Result
You will ge the ApiUrl which you can then use to display a single product.
MIT