AWS Lambda, hello world

I found some hours to dedicate to create my first Lambda function on AWS. I read a lot about it, but I had not opportunity to practice.

I followed the easy way, which means I did the use case proposed by AWS:

https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html

Conclusions:

  • You have to understand very well how to manage the different components of Lambda and how to connect with the different services.
  • Right now I see a limitation, I have not seen the way yo connect with external environments or launch external calls for retreiving data and track it. This is more than likely due to lack of knowledge and time to investigate.

Leave a Comment