Skip to content

Commit bad4994

Browse files
committed
Cleaning up some AWS related scripts
1 parent 909fabd commit bad4994

File tree

6 files changed

+2
-74
lines changed

6 files changed

+2
-74
lines changed

scripts/aws-delete-lambda-layer-versions.sh renamed to scripts/aws/aws-delete-lambda-layer-versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Deletes all versions of the layer specified in LAYER_NAME in one region.
4+
# Use with caution!
45
#
56

67
set -euo pipefail

scripts/aws-deploy-local-layer.sh renamed to scripts/aws/aws-deploy-local-layer.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env bash
22
#
3-
# Builds and deploys the Sentry AWS Lambda layer (including the Sentry SDK and the Sentry Lambda Extension)
3+
# Builds and deploys the `SentryPythonServerlessSDK-local-dev` AWS Lambda layer (containing the Sentry SDK)
44
#
55
# The currently checked out version of the SDK in your local directory is used.
6-
# The latest version of the Lambda Extension is fetched from the Sentry Release Registry.
76
#
87

98
set -euo pipefail

scripts/aws_lambda_functions/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/aws_lambda_functions/sentryPythonDeleteTestFunctions/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

scripts/aws_lambda_functions/sentryPythonDeleteTestFunctions/lambda_function.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)