JSJP Scrivenincfjps.hashnode.dev·Aug 23, 2021 · 4 min readTest your AWS Lambda function locallyUsing AWS SAM to run your Lambda function locally What is AWS SAM? SAM stands for Serverless Application Model and it is a framework that is used for developing and deploying serverless applications. The idea is that you can create a very simple SAM ...00
JSJP Scrivenincfjps.hashnode.dev·Aug 14, 2021 · 2 min readWhat is the Lambda Execution context and why use it?What is the AWS Lambda Execution Context? When your Lambda function gets called, Lambda will then invoke your function in an execution environment, which is an isolated runtime environment. The execution context is a temporary runtime environment tha...00
JSJP Scrivenincfjps.hashnode.dev·Aug 3, 2021 · 4 min readWhy to use CloudFormation, while learning AWSWhat is CloudFormation? CloudFormation is a IaaC(Infrastructure as Code), which lets you create, update and destroy AWS resources on the fly. Instead of having to build up server racks on-premises and then install network cables, routers, switches, f...00
JSJP Scrivenincfjps.hashnode.dev·Jul 25, 2021 · 4 min read#ACloudGuru AWS ElastiCache Challenge#ACloudGuru ElastiCache Challenge I decided to take this challenge when I saw that they released it, because I am planning on writing my AWS Developer Associate Certification soon and wanted some practical projects to work on while preparing for the ...00
JSJP Scrivenincfjps.hashnode.dev·May 30, 2021 · 5 min readACloudGuru Azure Resume ChallengeOverview I came across the latest #cloudguruchallenge and decided to give it a try. I work mainly with AWS on a day to day basis but have been looking at getting some exposure to Azure as well. So this looked like a great opportunity to do so. I am c...00