Cloud Unfold

unfolding the cloud trivia

Lambda

LambdaVPC

Some use cases need a Lambda function to be in a vpc with internet access. Whilst Lambda makes networking configurations quite simple, it can still get a bit tricky at times, especially debugging. We can definitely check the individual components…

LambdaSNS

As the name suggests, SNS is truly a simple notification service, however when trying to add a cross account Lambda function as a subscription for SNS topic, we need to perform additional steps. In this quick article, we will see…

Lambda

A step by step guide using AWS Lambda layers to manage installation of Python modules for custom AWS Boto3 SDK, requests, numpy, pandas and scipy libraries. Follow this if you are seeing “Unable to import module ‘lambda_function’: No module named”…