Serverless

How to fix the sam init error “unstable state when updating repo” on Windows

On some Windows based systems, when you issue the command sam init you might get the following error: Error: Unstable state when updating repo. Check that...

Using AWS Lambda Layers with AWS SAM | SAM Series #5

Layers in AWS Lambda are used to pull in additional code such as external libraries, custom runtimes or other dependencies needed by your...

Recent Articles