Full Stack Developer
Nice Article
Does this not require NAT Gateway to connect the Lambda with the internet?
Great article! I've heard great things about the serverless framework.
I'm writing a similar article on lambda and the AWS CDK. I've been interested in learning about the difference between the serverless framework and the AWS CDK.
Keep tthe good articles coming! ☺️
Interesting read, I will have to try this soon. I also just posted my first blog here on hashnode, please check it out! You Validate Your Downloaded Software, Right?
Good article just what I was looking for.
Nice article! 👏
I didn't know you have a YouTube channel. I liked the video and I subscribed! 🙌
Siddharth Vishvanath (Sid)
Really well written article, I just have a question about the serverless config file itself,
I used your article to create the lambda function and able to trigger the endpoint. Now i want to add a Dynamo DB and a step function to the serverless config file, initially when we create the project, we used a template to generate the YAML file, now in order for the lambda to interact with the AWS services, what changes do i make within the function section so that when my endpoint is triggered I am able to putItem into DynamoDB and with that start a step function workflow ?