@mapbox/cloudfriend 5.1.2-SNAPSHOT-13 → 6.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/ef96ce8d-21af-4efa-8fde-041438a648a6.json +1 -0
- package/.nyc_output/efe82251-5e4c-42c5-9ae2-a01d0358ec20.json +1 -0
- package/.nyc_output/processinfo/ef96ce8d-21af-4efa-8fde-041438a648a6.json +1 -0
- package/.nyc_output/processinfo/efe82251-5e4c-42c5-9ae2-a01d0358ec20.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -0
- package/.python-version +1 -0
- package/.travis.yml +5 -2
- package/changelog.md +5 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +79 -0
- package/coverage/cloudfriend/bin/build-template.js.html +124 -0
- package/coverage/cloudfriend/bin/index.html +110 -0
- package/coverage/cloudfriend/index.html +110 -0
- package/coverage/cloudfriend/index.js.html +301 -0
- package/coverage/cloudfriend/lib/build.js.html +211 -0
- package/coverage/cloudfriend/lib/conditions.js.html +424 -0
- package/coverage/cloudfriend/lib/index.html +200 -0
- package/coverage/cloudfriend/lib/intrinsic.js.html +880 -0
- package/coverage/cloudfriend/lib/merge.js.html +472 -0
- package/coverage/cloudfriend/lib/pseudo.js.html +364 -0
- package/coverage/cloudfriend/lib/rules.js.html +343 -0
- package/coverage/cloudfriend/lib/shortcuts/cross-account-role.js.html +238 -0
- package/coverage/cloudfriend/lib/shortcuts/event-lambda.js.html +361 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-database.js.html +280 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-json-table.js.html +229 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-orc-table.js.html +220 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-parquet-table.js.html +262 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-presto-view.js.html +352 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-spark-view.js.html +235 -0
- package/coverage/cloudfriend/lib/shortcuts/glue-table.js.html +475 -0
- package/coverage/cloudfriend/lib/shortcuts/hookshot.js.html +1462 -0
- package/coverage/cloudfriend/lib/shortcuts/index.html +410 -0
- package/coverage/cloudfriend/lib/shortcuts/index.js.html +148 -0
- package/coverage/cloudfriend/lib/shortcuts/kinesis-firehose-base.js.html +412 -0
- package/coverage/cloudfriend/lib/shortcuts/lambda.js.html +799 -0
- package/coverage/cloudfriend/lib/shortcuts/log-subscription-lambda.js.html +304 -0
- package/coverage/cloudfriend/lib/shortcuts/queue-lambda.js.html +358 -0
- package/coverage/cloudfriend/lib/shortcuts/queue.js.html +613 -0
- package/coverage/cloudfriend/lib/shortcuts/role.js.html +376 -0
- package/coverage/cloudfriend/lib/shortcuts/s3-kinesis-firehose.js.html +562 -0
- package/coverage/cloudfriend/lib/shortcuts/scheduled-lambda.js.html +340 -0
- package/coverage/cloudfriend/lib/shortcuts/service-role.js.html +301 -0
- package/coverage/cloudfriend/lib/shortcuts/stream-lambda.js.html +373 -0
- package/coverage/cloudfriend/lib/validate.js.html +148 -0
- package/coverage/index.html +155 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +170 -0
- package/lib/shortcuts/api.md +600 -999
- package/lib/shortcuts/hookshot.js +3 -3
- package/lib/shortcuts/lambda.js +2 -2
- package/package.json +5 -8
- 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-secret-ref.json +5 -5
- package/test/fixtures/shortcuts/hookshot-github-secret-string.json +5 -5
- package/test/fixtures/shortcuts/hookshot-github.json +5 -5
- package/test/fixtures/shortcuts/hookshot-passthrough-access-log-format.json +6 -6
- package/test/fixtures/shortcuts/hookshot-passthrough-alarms.json +6 -6
- package/test/fixtures/shortcuts/hookshot-passthrough-enhanced-logging.json +6 -6
- package/test/fixtures/shortcuts/hookshot-passthrough-full-blown-logging.json +6 -6
- package/test/fixtures/shortcuts/hookshot-passthrough-logging.json +6 -6
- package/test/fixtures/shortcuts/hookshot-passthrough.json +6 -6
- package/test/fixtures/shortcuts/lambda-defaults.json +1 -1
- package/test/fixtures/shortcuts/lambda-docker.json +2 -2
- 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/test/shortcuts.test.js +1 -1
package/test/shortcuts.test.js
CHANGED
|
@@ -162,7 +162,7 @@ test('[shortcuts] lambda', (assert) => {
|
|
|
162
162
|
Layers: ['arn:aws:fake:layer/abc'],
|
|
163
163
|
MemorySize: 512,
|
|
164
164
|
ReservedConcurrentExecutions: 10,
|
|
165
|
-
Runtime: '
|
|
165
|
+
Runtime: 'nodejs16.x',
|
|
166
166
|
Tags: [{ Key: 'a', Value: 'b' }],
|
|
167
167
|
Timeout: 30,
|
|
168
168
|
TracingConfig: { Mode: 'Active' },
|