We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45fb55 commit 394ab0cCopy full SHA for 394ab0c
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
14
environment: Release
15
permissions:
16
id-token: write
17
+ issues: write
18
+ contents: write
19
steps:
20
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
- name: Set up Maven Central Repository
.gitignore
@@ -110,4 +110,6 @@ example/HelloWorldFunction/build
110
.gradle
111
build/
112
.terraform*
113
-terraform.tfstate*
+terraform.tfstate*
114
+
115
+powertools-idempotency/dynamodb-local-metadata.json
0 commit comments