Skip to content

Delete AWS Lambda functions created by tests regularly #2713

Closed
@antonpirker

Description

@antonpirker

Our AWS Lambda test suite is creating real Lambda functions in AWS.

We need a Lambda function that runs every Sunday that will remove all Lambda functions named test_*.

Run Lambda function ever X days:
https://stackoverflow.com/questions/56979740/how-to-run-aws-lambda-every-6-hours

Delete Lambda function from Python SDK:
https://docs.aws.amazon.com/lambda/latest/dg/example_lambda_DeleteFunction_section.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions