@mapbox/cloudfriend 9.1.1 → 9.2.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/0030e99c-2d96-4ac6-a2b2-bffd93da01bc.json +1 -0
- package/.nyc_output/e1868cff-0dd0-46eb-866d-70c3b666dae8.json +1 -0
- package/.nyc_output/processinfo/0030e99c-2d96-4ac6-a2b2-bffd93da01bc.json +1 -0
- package/.nyc_output/processinfo/e1868cff-0dd0-46eb-866d-70c3b666dae8.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/lib/shortcuts/lambda.js +1 -1
- package/package.json +1 -1
- package/test/fixtures/shortcuts/event-lambda-custom-eventbus.json +1 -1
- package/test/fixtures/shortcuts/event-lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/event-lambda-full.json +1 -1
- package/test/fixtures/shortcuts/hookshot-github-compatible-legacy-node-runtimes.json +2 -2
- package/test/fixtures/shortcuts/hookshot-github-secret-ref.json +2 -2
- package/test/fixtures/shortcuts/hookshot-github-secret-string.json +2 -2
- package/test/fixtures/shortcuts/hookshot-github.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-access-log-format.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-alarms.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-compatible-legacy-node-runtimes.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-enhanced-logging.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-full-blown-logging.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough-logging.json +2 -2
- package/test/fixtures/shortcuts/hookshot-passthrough.json +2 -2
- package/test/fixtures/shortcuts/lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/lambda-docker.json +1 -1
- package/test/fixtures/shortcuts/lambda-full.json +1 -1
- package/test/fixtures/shortcuts/lambda-provided-role.json +1 -1
- package/test/fixtures/shortcuts/lambda-zipfile.json +1 -1
- package/test/fixtures/shortcuts/log-subscription-lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/log-subscription-lambda-no-defaults.json +1 -1
- package/test/fixtures/shortcuts/queue-lambda-zero.json +1 -1
- package/test/fixtures/shortcuts/queue-lambda.json +1 -1
- package/test/fixtures/shortcuts/scheduled-lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/scheduled-lambda-full.json +1 -1
- package/test/fixtures/shortcuts/stream-lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/stream-lambda-no-defaults.json +1 -1
- package/.idea/cloudfriend.iml +0 -9
- package/.idea/copilot.data.migration.ask2agent.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.nyc_output/b6e4581b-e7fc-423e-9c50-3d23e5008df1.json +0 -1
- package/.nyc_output/f18b3f27-0357-4d4c-873b-fe236737f0d0.json +0 -1
- package/.nyc_output/processinfo/b6e4581b-e7fc-423e-9c50-3d23e5008df1.json +0 -1
- package/.nyc_output/processinfo/f18b3f27-0357-4d4c-873b-fe236737f0d0.json +0 -1
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"DependsOn": "PassFunctionRole",
|
|
227
227
|
"DeletionPolicy": "Delete",
|
|
228
228
|
"Properties": {
|
|
229
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
229
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
230
230
|
"Roles": [
|
|
231
231
|
{
|
|
232
232
|
"Ref": "PassFunctionRole"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"DependsOn": "DestinationRole",
|
|
369
369
|
"DeletionPolicy": "Delete",
|
|
370
370
|
"Properties": {
|
|
371
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
371
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
372
372
|
"Roles": [
|
|
373
373
|
{
|
|
374
374
|
"Ref": "DestinationRole"
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"DependsOn": "PassFunctionRole",
|
|
233
233
|
"DeletionPolicy": "Delete",
|
|
234
234
|
"Properties": {
|
|
235
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
235
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
236
236
|
"Roles": [
|
|
237
237
|
{
|
|
238
238
|
"Ref": "PassFunctionRole"
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"DependsOn": "DestinationRole",
|
|
375
375
|
"DeletionPolicy": "Delete",
|
|
376
376
|
"Properties": {
|
|
377
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
377
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
378
378
|
"Roles": [
|
|
379
379
|
{
|
|
380
380
|
"Ref": "DestinationRole"
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"DependsOn": "PassFunctionRole",
|
|
227
227
|
"DeletionPolicy": "Delete",
|
|
228
228
|
"Properties": {
|
|
229
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
229
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
230
230
|
"Roles": [
|
|
231
231
|
{
|
|
232
232
|
"Ref": "PassFunctionRole"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"DependsOn": "DestinationRole",
|
|
369
369
|
"DeletionPolicy": "Delete",
|
|
370
370
|
"Properties": {
|
|
371
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
371
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
372
372
|
"Roles": [
|
|
373
373
|
{
|
|
374
374
|
"Ref": "DestinationRole"
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"DependsOn": "PassFunctionRole",
|
|
235
235
|
"DeletionPolicy": "Delete",
|
|
236
236
|
"Properties": {
|
|
237
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
237
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
238
238
|
"Roles": [
|
|
239
239
|
{
|
|
240
240
|
"Ref": "PassFunctionRole"
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"DependsOn": "DestinationRole",
|
|
377
377
|
"DeletionPolicy": "Delete",
|
|
378
378
|
"Properties": {
|
|
379
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
379
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
380
380
|
"Roles": [
|
|
381
381
|
{
|
|
382
382
|
"Ref": "DestinationRole"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"DependsOn": "PassFunctionRole",
|
|
231
231
|
"DeletionPolicy": "Delete",
|
|
232
232
|
"Properties": {
|
|
233
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
233
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
234
234
|
"Roles": [
|
|
235
235
|
{
|
|
236
236
|
"Ref": "PassFunctionRole"
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"DependsOn": "DestinationRole",
|
|
373
373
|
"DeletionPolicy": "Delete",
|
|
374
374
|
"Properties": {
|
|
375
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
375
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
376
376
|
"Roles": [
|
|
377
377
|
{
|
|
378
378
|
"Ref": "DestinationRole"
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"DependsOn": "PassFunctionRole",
|
|
215
215
|
"DeletionPolicy": "Delete",
|
|
216
216
|
"Properties": {
|
|
217
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
217
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
218
218
|
"Roles": [
|
|
219
219
|
{
|
|
220
220
|
"Ref": "PassFunctionRole"
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"DependsOn": "DestinationRole",
|
|
357
357
|
"DeletionPolicy": "Delete",
|
|
358
358
|
"Properties": {
|
|
359
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
359
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
360
360
|
"Roles": [
|
|
361
361
|
{
|
|
362
362
|
"Ref": "DestinationRole"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"DependsOn": "PassFunctionRole",
|
|
213
213
|
"DeletionPolicy": "Delete",
|
|
214
214
|
"Properties": {
|
|
215
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
215
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
216
216
|
"Roles": [
|
|
217
217
|
{
|
|
218
218
|
"Ref": "PassFunctionRole"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"DependsOn": "DestinationRole",
|
|
355
355
|
"DeletionPolicy": "Delete",
|
|
356
356
|
"Properties": {
|
|
357
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
357
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
358
358
|
"Roles": [
|
|
359
359
|
{
|
|
360
360
|
"Ref": "DestinationRole"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"DependsOn": "PassFunctionRole",
|
|
213
213
|
"DeletionPolicy": "Delete",
|
|
214
214
|
"Properties": {
|
|
215
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
215
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
216
216
|
"Roles": [
|
|
217
217
|
{
|
|
218
218
|
"Ref": "PassFunctionRole"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"DependsOn": "DestinationRole",
|
|
355
355
|
"DeletionPolicy": "Delete",
|
|
356
356
|
"Properties": {
|
|
357
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
357
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
358
358
|
"Roles": [
|
|
359
359
|
{
|
|
360
360
|
"Ref": "DestinationRole"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"DependsOn": "PassFunctionRole",
|
|
213
213
|
"DeletionPolicy": "Delete",
|
|
214
214
|
"Properties": {
|
|
215
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
215
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
216
216
|
"Roles": [
|
|
217
217
|
{
|
|
218
218
|
"Ref": "PassFunctionRole"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"DependsOn": "DestinationRole",
|
|
355
355
|
"DeletionPolicy": "Delete",
|
|
356
356
|
"Properties": {
|
|
357
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
357
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
358
358
|
"Roles": [
|
|
359
359
|
{
|
|
360
360
|
"Ref": "DestinationRole"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"DependsOn": "PassFunctionRole",
|
|
213
213
|
"DeletionPolicy": "Delete",
|
|
214
214
|
"Properties": {
|
|
215
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
215
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
216
216
|
"Roles": [
|
|
217
217
|
{
|
|
218
218
|
"Ref": "PassFunctionRole"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"DependsOn": "DestinationRole",
|
|
355
355
|
"DeletionPolicy": "Delete",
|
|
356
356
|
"Properties": {
|
|
357
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
357
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
358
358
|
"Roles": [
|
|
359
359
|
{
|
|
360
360
|
"Ref": "DestinationRole"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"DependsOn": "PassFunctionRole",
|
|
213
213
|
"DeletionPolicy": "Delete",
|
|
214
214
|
"Properties": {
|
|
215
|
-
"PolicyName": "PassFunction-lambda-log-access",
|
|
215
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-PassFunction-lambda-log-access" },
|
|
216
216
|
"Roles": [
|
|
217
217
|
{
|
|
218
218
|
"Ref": "PassFunctionRole"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"DependsOn": "DestinationRole",
|
|
355
355
|
"DeletionPolicy": "Delete",
|
|
356
356
|
"Properties": {
|
|
357
|
-
"PolicyName": "Destination-lambda-log-access",
|
|
357
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-Destination-lambda-log-access" },
|
|
358
358
|
"Roles": [
|
|
359
359
|
{
|
|
360
360
|
"Ref": "DestinationRole"
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"DependsOn": "MyLambdaRole",
|
|
123
123
|
"DeletionPolicy": "Delete",
|
|
124
124
|
"Properties": {
|
|
125
|
-
"PolicyName": "MyLambda-lambda-log-access",
|
|
125
|
+
"PolicyName": { "Fn::Sub": "${AWS::StackName}-MyLambda-lambda-log-access" },
|
|
126
126
|
"Roles": [
|
|
127
127
|
{
|
|
128
128
|
"Ref": "MyLambdaRole"
|
package/.idea/cloudfriend.iml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|
package/.idea/misc.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectRootManager" version="2" languageLevel="JDK_23" default="true" project-jdk-name="openjdk-23" project-jdk-type="JavaSDK">
|
|
4
|
-
<output url="file://$PROJECT_DIR$/out" />
|
|
5
|
-
</component>
|
|
6
|
-
</project>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/cloudfriend.iml" filepath="$PROJECT_DIR$/.idea/cloudfriend.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|