Skip to content

Commit 1f7d538

Browse files
committed
fix: update application name in SST configuration for clarity
1 parent 85288ee commit 1f7d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sst.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export default $config({
44
app(input) {
55
return {
6-
name: "aws-python-container",
6+
name: "python-node-app",
77
removal: input?.stage === "production" ? "retain" : "remove",
88
home: "local",
99
providers: {

0 commit comments

Comments
 (0)