Lambda
Serverless code functions
Compiling Node Binaries for ARM architecture (unused)
Note: this isn't used, as despite the lower cost, ARM has significantly lower performance for Des...
Creating Lambda layers for common functions
To save on repetitive code in your Lambda functions, you can define a custom Lambda Layer to add ...
Lambda functions and AWS API versions
Different Lambda runtimes are bundled with different AWS API versions The different runtimes, de...
Setting up Lambda for image resizing
Compiling sharp for x86_64 architecture To use Sharp for Node.js properly, we need to compile it...
Authenticating AWS service clients within Lambda functions
There are two secure ways you can give a Lambda function permission to invoke other AWS services,...