Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit ccc9354

Browse files
committed
add idempotent sample to manifest
1 parent 9928f58 commit ccc9354

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifest.json

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"dependencyManager": "maven",
1414
"appTemplate": "CoreUtilities",
1515
"javaVersion": "11"
16+
},
17+
{
18+
"directory": "java/Idempotency/Function",
19+
"displayName": "Demos setup of an idempotent Lambda function using Powertools",
20+
"dependencyManager": "maven",
21+
"appTemplate": "Idempotency",
22+
"javaVersion": "11"
1623
}
1724
]
1825
}

0 commit comments

Comments
 (0)