@awsless/awsless 0.0.135 → 0.0.136
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/dist/bin.js +1 -0
- package/dist/features/cognito-client-secret/bundle.zip +0 -0
- package/dist/features/delete-bucket/bundle.zip +0 -0
- package/dist/features/delete-hosted-zone/bundle.zip +0 -0
- package/dist/features/global-exports/bundle.zip +0 -0
- package/dist/features/invalidate-cache/bundle.zip +0 -0
- package/dist/features/upload-bucket-asset/bundle.zip +0 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -5020,6 +5020,7 @@ var tablePlugin = definePlugin({
|
|
|
5020
5020
|
const lambda = toLambdaFunction(ctx, `stream-${id}`, props.stream.consumer);
|
|
5021
5021
|
const source = new DynamoDBEventSource(id, lambda, {
|
|
5022
5022
|
streamArn: table.streamArn,
|
|
5023
|
+
startingPosition: "latest",
|
|
5023
5024
|
onFailure: getGlobalOnFailure(ctx),
|
|
5024
5025
|
...props.stream
|
|
5025
5026
|
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|