Praneeta Prakash

Results 26 comments of Praneeta Prakash

@Fodoj @rmarapp-dio Hello! I am the Product Manager for AWS SAM and SAM CLI. I would love to chat with folks who are interested in giving feedback on their dev...

The change needed to support content handling is pretty minor if someone would like to have a go at it. 1. Add `ContentHandling` property [here](https://github.com/awslabs/serverless-application-model/blob/develop/samtranslator/model/eventsources/push.py#L389-L401) 1. It should get integrated...

@ljacobsson What a cool issue description! Thank you for reporting this. This is a real issue that SAM could help ease the pain with. The biggest hurdle I see is...

Thanks for reaching out @slavafomin. We recently finalized our design for [custom domains](https://github.com/awslabs/serverless-application-model/issues/783#issuecomment-529147211) (2 and 3 in this proposal) and it will certainly help towards this feature. Please take a...

@sgates @unscriptable Thanks for reporting this bug! Are you facing this while using IAM auth? We have a fix going out soon that addresses it for IAM - https://github.com/awslabs/serverless-application-model/pull/1015. To...

Thanks for the issue report! We have passed this along to our product team for possible prioritization. Please +1 on the feature to help with prioritization.

@brysontyrrell This is a referable property, just like Deployment and Stage. So you can get the name via !Ref ApiName.DomainName. Please lmk if that works!

@flagscript SAM doesnt create HostedZone resource for you. You can read more about the hosted zone cfn resource [here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html)

@aayush1141988 Not sure why you needed to define `AWS::ApiGateway::Deployment` in your template, SAM generates this for you every time you define a `AWS::Serverless::Api` resource. Unfortunately the only way to redeploy...

@ca0abinary Thanks for the comment! This will be a really good addition to the [examples](https://github.com/awslabs/serverless-application-model/tree/develop/examples/2016-10-31) folder. Reopening this issue.