Skip to main content

AWS Lambda Function - Jets Introduction Series Part 1

Less than 1 minuteRubycrashcourserubyjetsawsaws-lambdacloudwatch

AWS Lambda Function - Jets Introduction Series Part 1 ๊ด€๋ จ


AWS Lambda Function - Jets Introduction Series Part 1

...

In this video, weโ€™ll walk through creating a Lambda Function with the Lambda console. Simply getting familiar with the AWS Lambda console is an excellent way to learn how simple AWS Lambda is for those who are new to AWS Lambda and trying it out for the first time. We do not talk much about Jets in this video, but this simple Lambda Console exercise will help understand what Jets does for you. This post is a part of an introductory series for people who are new to AWS Lambda and Serverless.

Links used in the video:


Calling Lambda Function with CLI

We call the Lambda function from the Lambda console and browser in the video. We also call it from the CLI. Here is that example command:

aws lambda invoke --function-name hello --payload '{"k1": "v1"}' out.txt
cat out.txt

์ด์ฐฌํฌ (MarkiiimarK)
Never Stop Learning.