We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699bfbd commit b89f823Copy full SHA for b89f823
README.md
@@ -161,7 +161,7 @@ Please use AWS' [Restricting access to Systems Manager parameters using IAM poli
161
},
162
{
163
"Action": "kms:Decrypt",
164
- "Resource": "*arn:aws:kms:us-east-1:123456789012:key/4914ec06-e888-4ea5-a371-5b88eEXAMPLE*",
+ "Resource": "arn:aws:kms:us-east-1:123456789012:key/4914ec06-e888-4ea5-a371-5b88eEXAMPLE",
165
"Effect": "Allow"
166
}
167
]
package/deploy-images
@@ -6,8 +6,6 @@ if [ -z "${CRYPTEIA_VERSION}" ]; then
6
exit 1
7
fi
8
9
-TAG=
10
-
11
echo "== [Lambda Extension Images] building... =="
12
13
docker build \
0 commit comments