Posts tagged "sam"
ModuleNotFoundError: No module named 'distutils.cmd' [Fix ✔️]
How to resolve _ModuleNotFoundError: No module named 'distutils.cmd'_
aws:asset:path - Guide to using aws:asset:path in CloudFormation
aws:asset:path is a type of metadata which can be configured in CloudFromation for a Lambda function. Below are my notes on how to use it, specifically for use with AWS SAM directl
AWS SAM samcli.commands.exceptions.UserException: [WinError 145] The directory is not empty
## How to fix the AWS SAM error samcli.commands.exceptions.UserException: NodejsNpmBuilder:MoveDependencies - \[WinError 145\] The directory is not empty
Notes on SAM Sync for Faster Serverless Development
## Why is my development process slow?
Optimizing for a Cloud-Native Developer Experience
Learn why and how focusing on developer experience and mirco feedback loops will speed up your development process and help you to create a better product.
AWS SAM in a Docker Container
If you've worked on even one Lambda function then you know that development without local testing can be slow. In this article we will go over using AWS SAM to startup an API on po
How to Increase Your Python Aws Cdk Lambda Development Speed by Testing Locally with AWS SAM
Cross-post from: [Medium](https://medium.com/contino-engineering/increase-your-aws-cdk-lambda-development-speed-by-testing-locally-with-aws-sam-48a70987515c) This article explain
Fix error sam deploy unable to locate credentials using AWS SAM with AWS CLI v2 SSO
I got this error _sam deploy unable to locate credentials_ when trying to use AWS SAM with AWS CLIv2 SSO.
Install AWS SAM CLI on Linux without Homebew
The official AWS installation docs for Linux tell you to install Homebew so that you can install the AWS SAM CLI. This is just plain dumb. You should not need to install a new pack