Skip to content

Commit 7828ed7

Browse files
Cleanup and Ignore AWS SAM Build Artifacts
AWS SAM best practices recommend not committing build artifacts to the repository. This commit removes the build.toml file from the AWS Operations Agent sample and adds .aws-sam directories to the .gitignore file to prevent future commits of these artifacts.
1 parent d24a1a8 commit 7828ed7

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,7 @@ __marimo__/
208208
# Streamlit
209209
.streamlit/secrets.toml
210210
cp/*
211-
wheelhouse/*
211+
wheelhouse/*
212+
213+
# AWS SAM build artifacts
214+
**/.aws-sam/

02-use-cases/AWS-operations-agent/agent-lambda/.aws-sam/build.toml

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

0 commit comments

Comments
 (0)