Dattatray Kulkarni

Results 3 comments of Dattatray Kulkarni

In my lambda function code, I have an API call for sts - Assume Role. When I run the lambda function locally, it uses AWS credentials which are configured locally....

> In case anyone needs it, this is how I added it to my serverless.yml > > ``` > resources: > Resources: > GatewayResponse: > Type: 'AWS::ApiGateway::GatewayResponse' > Properties: >...

> @dattatrayhkulkarni The snippet you've quoted will only add CORS response headers to expired token authentication responses. Is that where you're trying to see CORS response headers? (If not, next...