AWS integration for Digital.ai Release to manage Lambda functions and Secrets Manager secrets.
Steps
containerAws.BaseTask:
containerAws.Server: Connection definition for AWS
containerAws.TestConnection:
containerAws.CreateFunctionS3Zip: Creates an AWS Lambda Function using an S3 zip file
containerAws.CreateFunctionImage: Creates an AWS Lambda Function using an image
containerAws.UpdateFunctionS3Zip: Updates an AWS Lambda Function using the S3 zip file
containerAws.UpdateFunctionImage: Updates an AWS Lambda Function using the image
containerAws.DeleteLambdaFunction: Deletes an AWS Lambda Function
containerAws.InvokeLambdaFunction: Invokes an AWS Lambda Function
containerAws.GetSecret: Retrieves a secret from the AWS Secret Manager
containerAws.SetSecret: Creates a new secret in AWS Secrets Manager
containerAws.UpdateSecret: Updates an existing secret in AWS Secrets Manager
containerAws.DeleteSecret: Deletes an existing secret in AWS Secrets Manager
