AWS Feed
AWS Amplify CLI adds support for storing environment variables and secrets accessed by AWS Lambda functions

Amplify CLI now supports storing environment variables and secrets to be used in AWS Lambda functions to help separate environment-specific configurations from business logic. The AWS Amplify CLI is a command line toolchain that helps frontend developers create app backends in the cloud that often include business logic powered by AWS Lambda functions. Customers use environment variables to store environment-specific values, such as API endpoints, and secrets to securely store sensitive information, such as API keys.