Skip to content

Commit

Permalink
Merge branch 'awslabs:master' into ml-7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
javydekoning authored Oct 25, 2024
2 parents 65d0114 + 5178240 commit 946f0b0
Show file tree
Hide file tree
Showing 21 changed files with 129 additions and 1,277 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Makefile versions
MAKEFILE_VERSION := 2.3
MAKEFILE_VERSION := 2.3.1
UPDATE_VERSION := make/latest

# This Makefile requires Python version 3.9 or later
Expand Down Expand Up @@ -129,7 +129,7 @@ version_report: report_versions
build_deps: .venv
( \
. .venv/bin/activate; \
pip install aws-sam-cli yq; \
pip install aws-sam-cli yq packaging; \
)

deps: .venv
Expand Down
173 changes: 118 additions & 55 deletions samples/sample-fargate-node-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/sample-fargate-node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.19.2"
"express": "^4.21.0"
}
}
10 changes: 0 additions & 10 deletions samples/sample-rdk-rules/.gitignore

This file was deleted.

134 changes: 0 additions & 134 deletions samples/sample-rdk-rules/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions samples/sample-rdk-rules/buildspec.yml

This file was deleted.

Loading

0 comments on commit 946f0b0

Please sign in to comment.