#cdk
Read more stories on Hashnode
Articles with this tag
When creating a lambda rest API using CDK, by default it creates a stage named prod import * as cdk from "aws-cdk-lib"; import * as apigw from...