You can run a code on AWS Lambda without provisioning or managing servers.
A Lambda function consists of code you provide, associated dependencies, and configuration. The configuration information you provide includes the compute resources you want to allocate (for example, memory), execution timeout, and an IAM role that AWS Lambda can assume to execute your Lambda function on your behalf.
We will go to AWS services and chose Lambda
choose create a function
We will choose blueprints...choose hello-world-python
choose "create a new role from template"
This is the result
we check on some results
we will configure test events
We will change at the bottom the words Hello world!
we saw that it was executed successfully
At the bottom of that page we could see some positive resu8lts as well..where we can monitoring it
If we don't need this anymore we can delete it
We have created our first AWS Lambda function. This is your first step in learning how to run applications without needing to provision or manage servers. Lambda automatically scales your applications by running your code when something triggers it, scaling precisely with the size of your workloads.
Lambda
Reviewed by ohhhvictor
on
June 25, 2018
Rating:
No comments: