Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- create_zip_upload_to_s3:
lambdaFolder: "cloud-watch-to-slack-testing/deployment"
s3BucketFolder: "cloudWatchToSlackTesting"
- create_zip_upload_to_s3:
lambdaFolder: "edge-lambda-for-s3/deployment"
s3BucketFolder: "edgeLambdaForS3404s"
- create_zip_upload_to_s3:
lambdaFolder: "webhook-testing/deployment"
s3BucketFolder: "webhookTesting"

# Make this a separate job because AWS SAM needs to run in
# the container specified in the template.yml
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ jobs:
python -m pytest tests/unit -v
pylint cwl_pack_function
pylint tests


- name: Test checkurl with SAM CLI build and invoke
working-directory: ./checkUrlExists
run: |
sam build --use-container
sam local invoke LambdaFunction -e events/event.json &> output.txt
grep "statusCode\": 200" output.txt
2 changes: 1 addition & 1 deletion checkUrlExists/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Resources:
Properties:
CodeUri: lambda/
Handler: index.lambdaHandler
Runtime: nodejs18.x
Runtime: nodejs22.x
Events:
Lambda:
Type: Api # More info about API Event Source: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api
Expand Down
1 change: 0 additions & 1 deletion edge-lambda-for-s3/README.md

This file was deleted.

123 changes: 0 additions & 123 deletions edge-lambda-for-s3/deployment/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions edge-lambda-for-s3/edge-lambda-for-s3-404s.yaml

This file was deleted.

1 change: 0 additions & 1 deletion webhook-testing/README.md

This file was deleted.

179 changes: 0 additions & 179 deletions webhook-testing/deployment/index.js

This file was deleted.

37 changes: 0 additions & 37 deletions webhook-testing/deployment/output-template.yaml

This file was deleted.

Loading
Loading