@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 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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,