Posts
In this post, I will talk about: 1) How to create different API stage using CDK 2) How to create different API deployment using CDK 3) How to define stage variable for each API stage using CDK 4) How to define API method using CDK I provide some code example, and give a details explanation about each line of code and what they do and why. You can read this here: https://dev.to/upupkenchoong/how-to...
How to provision APIgateway StageVariables and Deployment using AWS CDK?
May 08, 2021
208 views
In this post I will talk about How to create environment variables in your Lambda function using CDK Why you need to use it? An little example to set this in CDK Get the value back inside Lambda function You can read this here: https://dev.to/upupkenchoong/how-to-set-environment-variable-for-lambda-using-cdk-4m36 Due to all this is developer content, so most of my work will in dev.to Enjoy
How to set environment variable for Lambda using CDK
May 02, 2021
184 views
In this post I will talk about What is Lambda function What is Lambda Layer Then how you can provision of Lambda Layer and Lambda Function in cloud using CDK You can read this here: https://dev.to/upupkenchoong/how-to-provision-lambda-and-lambda-layer-with-cdk-2ff4 I also create a whole series about CDK, and will update from time to time Enjoy
How to provision Lambda and Lambda Layer using CDK
May 02, 2021
118 views