Ashish Dhingra
Ashish Dhingra
- [AWS::Lambda::EventSourceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingpositiontimestamp) supports `StartingPositionTimestamp` as one of the supported properties. - CDK L2 [EventSourceMapping](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.EventSourceMapping.html) and [CfnEventSourceMapping](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.CfnEventSourceMapping.html) L1 constructs also supports `startingPositionTimestamp`. @nikovirtala Thanks for submitting PR https://github.com/aws/aws-cdk/pull/31439.
> @normj I understand we need to pass in the context. My question was more about the details of the context itself. > > > Is there a default context...
@tvytrykush Good morning. I do not think you would be able to test the `IOutputCache` feature with the Lambda test tool. Lambda Test Tool is recommended for testing simple functional...
> I've also tried running in live AWS Lambda, but the behavior is completely the same - invalid cache value being stored. @tvytrykush Good morning. Could you please describe your...
@keeratg Good morning. Upon developing the sample in Python, this appears to be a documentation issue. Example code below: ```Python from aws_cdk import ( # Duration, Stack, aws_ecs as ecs,...
Selecting service connect namespace is an option while adding API Gateway integration in AWS console. (Followed example https://github.com/aws-samples/ecs-service-connect-yelb-sample-app)
@georeeve Could you please share the following: - List of all packages used in the project. Package `"@aws-cdk/aws-amplify-alpha": "2.162.1-alpha.0"` has the construct named [App](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-amplify-alpha.App.html), but there is no construct named...
@georeeve Thanks for your response. Per CDK Amplify API doc, it does support [Adding custom response headers](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-amplify-alpha-readme.html#adding-custom-response-headers). Please advise if you have tried using the `customResponseHeaders` property instead of specifying...
@georeeve Thanks for clarification and apologies for confusion.
Good feature request for https://github.com/aws/aws-lambda-dotnet/blob/master/Libraries/src/Amazon.Lambda.AspNetCoreServer/README.md per separate thread.