cdk.json file tells the CDK Toolkit how to execute your app.npm run build compile typescript to jsnpm run watch watch for changes and compilenpx cdk deploy deploy this stack to your default AWS account/regionnpx cdk destroy delete this stack with all the resources it includesnpx cdk diff compare deployed stack with current statenpx cdk synth emits the synthesized CloudFormation templateSecurity credentials tab.Access keys section, click on the Create access key button.Command Line Interface (CLI) and confirm. Click on the next button.Create access key button.Access key and Secret access key.Security section click on Secrets and variable and then click on action.New repository secret and two secret AWS_ACCESS_KEY_ID and AWS_SECRET_KEY and the value should be the Access key and Secret access key you got from AWS console.AWS_REGION to specify the deployment region. Default region is us-east-1.Action tab on github repo.CDK Deploy action and clicking on Run workflow button.master branch, the deployment will update automatically.https://fivtqcifhd.execute-api.us-east-1.amazonaws.com/prod/ inside log output. This is the lambda api gatway URL.lib/audio-processing-stack.tsPosted Aug 26, 2025
Developed and deployed an audio processing API using AWS Lambda and CDK with TypeScript.
0
55

CDK