Luka Antolic-Soban

Results 25 comments of Luka Antolic-Soban

@ggj0418 Thanks for your input here. I seem to be getting this error when I try that: CREATE_FAILED | AWS::Lambda::EventSourceMapping | data/amplifyData/Place/DynamodbStreamPlacesEventSourceMapping (DynamodbStreamPlacesEventSourceMappingE2426243) Resource handler returned message: "Invalid request provided:...

Looks exactly like in the docs: ```javascript import type { DynamoDBStreamHandler } from "aws-lambda"; import { Logger } from "@aws-lambda-powertools/logger"; const logger = new Logger({ logLevel: "INFO", serviceName: "dynamodb-stream-handler", });...

@ggj0418 So I deleted all my resources and re-created them in my sandbox and it worked! Thanks for the work-around. I still get a circ dep when I add in...

**_EDIT_** _The below code is probably not necessary for most. For some reason, the above work around was complaining about the streamARN being disabled for me. If you are having...