Ashish Dhingra

Results 383 comments of Ashish Dhingra

The `serverless.template` is written [here](https://github.com/aws/aws-lambda-dotnet/blob/d10b8d73b41c01ccb60715ac61bb5488f0fa547a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Generator.cs#L199). Should be feasible to implement the feature request. Needs review with the team.

@jasonmc86 Assuming in your use case terraform template would have to be manually generated, a flag/option would need to be added in global settings (refer example [here](https://github.com/aws/aws-lambda-dotnet/blob/d10b8d73b41c01ccb60715ac61bb5488f0fa547a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Generator.cs#L114)) which could suppress...

Just FYI https://github.com/dotnet/docs/issues/42600

@martinsafsten Good afternoon. [Lambda input event from Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-lambda.html#agents-lambda-input) specifies the structure of Lambda input event that is sent when an action group using a Lambda function is invoked. This...

@BryZeNtZa Good afternoon. Please refer to https://github.com/aws/aws-lambda-dotnet/discussions/1688#discussioncomment-8789466 for similar discussion started a while ago. While on high level it might appear to have some kind of relation to ASP.NET framework:...

> Thanks for your answer @ashishdhingra . > > However Middleware pattern is a so useful feature in Web development nowadays. > > AWS AF would definitely find a way...

Reproducible. **Tested on OSX**: - Install node using command `brew install node@16`. - Add node to PATH using command `echo 'export PATH="/opt/homebrew/opt/node@16/bin:$PATH"' >> ~/.zshrc`. - In a CDK project, try...

Findings: - Based on [CfnConfigurationSetEventDestination](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ses.CfnConfigurationSetEventDestination.html) CDK documentation, there is no property for EventBridge as destination option. - However, [AWS::SES::ConfigurationSetEventDestination EventDestination](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html) specifies [EventBridgeDestination](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-eventbridgedestination) as one of the options. - CloudFormation spec...

[eventBridgeDestination](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ses.CfnConfigurationSetEventDestination.EventDestinationProperty.html#eventbridgedestination) is now available in latest CDK Lib version.