We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85288ee commit 1f7d538Copy full SHA for 1f7d538
sst.config.ts
@@ -3,7 +3,7 @@
3
export default $config({
4
app(input) {
5
return {
6
- name: "aws-python-container",
+ name: "python-node-app",
7
removal: input?.stage === "production" ? "retain" : "remove",
8
home: "local",
9
providers: {
0 commit comments