Ashish Dhingra

Results 383 comments of Ashish Dhingra

Reproducible using payload provided by customer. Unsure why in [AWS service event metadata](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html), for **detail**, is states `A JSON object that contains information about the event. The service generating the...

> @ashishdhingra Btw, java package had the same issue logged: [aws/aws-lambda-java-libs#479](https://github.com/aws/aws-lambda-java-libs/issues/479) @Dreamescaper Thanks for sharing the information. I have opened ticket with Lambda team. Internal Ticket: P170893989

> @Dreamescaper Thanks for sharing the information. I have opened ticket with Lambda team. > > Internal Ticket: P170893989 @Dreamescaper We have opened ticket with service team for inputs. In...

Contacted service team for update. Awaiting response.

Reached out to service team requesting for an update.

Followed up again with the service team oncall. Awaiting update.

Service team came back with following response: > ListTagsOfResource does not support pagination at the API level, this is not a model issue. Tags are limited to 50 per resource...

Followed up with service team, waiting response.

@anthonyLock Good afternoon. Thanks for reporting the issue. Looks like you are using the custom handler for your Lambda function. Please confirm the following: - From where the error `The...

@anthonyLock Good morning. I'm assuming you took the Lambda handler code from https://aws.amazon.com/blogs/networking-and-content-delivery/using-amazon-cloudfront-and-amazon-s3-to-build-multi-region-active-active-geo-proximity-applications/ where it is setting S3 bucket region as below: ```Python # Update origin request object request['origin']['s3']['domainName'] =...