Build Scripts

Scripts that assist with building and managing applications.

AWS

Bash script that is used to log into the AWS Elastic Container Registry (ECR) service. After logging in, containers can be pushed to ECR using docker push. See containerization for an example.

Downloads an AWS Lambda AppConfig extension based on architecture and region.

The architecture (e.g., arm64) and region (e.g., us-west-2) must match deployments made in AWS. See containerization for an example.

Proto

Recursively compiles all protobuf files.