Serverless optimization

Optimize code Use packers such as esbuild or webpack, in several tests performed there was evidence of improvement using esbuild for compilation time and size here is a reference. Both have offline support. serverless-esbuild serverless-webpack Use of Graviton2 Workloads Multithreading or performing many I/O operations Machine learning inference based on the CPUs Video encoding Gaming Cost 20% cheaper, including provisioned concurrency Supported on Compute Savings Plans Configuration in Serverless Framework You must add the following line architecture: 'arm64'....