1626923759
In this video we create a deployment script for AWS Lambda to automate the lambda deployment process.
The script:
#aws lambda #aws #lambda #typescript
1626923759
In this video we create a deployment script for AWS Lambda to automate the lambda deployment process.
The script:
#aws lambda #aws #lambda #typescript
1621154520
If you are here, you may have a pretty good knowledge of how to use AWS CDK for defining cloud infrastructure in code and provisioning it through AWS. So let’s get started on how to grant permission to your lambda function to access the resources in another AWS account.
Let’s say you have two accounts called Account A and Account B, and you need to give permission to lambda function in Account A (ex: 11111111)to access the resources in Account B(22222222). You can easily do this by assuming an IAM Role in Account B and then uses the returned credentials to invoke AWS resources in Account B.
#acces #account #aws #lambda #aws lambda #aws cdk
1626931020
AWS API Gateway + Lambda /w TypeScript
#aws api #api gateway #api #aws #typescript #lambda
1591804764
I have been following Deno and AWS CDK for a while, it’s nice to use strong typing in JavaScript however the transpilers are a slight overhead. Deno does away with this and allows the use of TypeScript without compilation. Let’s look at how we can deploy a Deno layer with CDK.
This is an example project showing:
#deno #lambda #typescript #aws #cdk
1634657311
Learn how to build an app with TypeScript on Node.js and deploy it to AWS lambda in just 15 minutes. This tutorial is fast paced, but takes it time on the details that can be tough for new engineers.
GitHub | https://github.com/blondiebytes