Brian Beck
Brian Beck
> Is it possible to choose a more modern base for your Lambda runtime? I'm not sure. I'm just using the standard python3.9 runtime with the x86_64 architecture. I don't...
@sgillies I did some experimenting today. I did a `pip install fiona` on the following docker images: * amazon/aws-lambda-python:3.7 * amazon/aws-lambda-python:3.8 * amazon/aws-lambda-python:3.9 All 3 used the manylinux2014 wheel. According...
@jlhood Thanks for your response. I looked into gateway responses too when I first came across this issue. I found that there was no way to determine which gateway response...
@jlhood I was thinking of something extremely simple. It could be 1 property or 2. 1 Property: ``` MyApi: Type: AWS::Serverless::Api Properties: Name: MyApi Stage: prod # optional parameter; might...
@keetonian I recently had a use case where I had an API with caching enabled that requires an Authorization token. Because the caching only looks at the URL and not...
@keetonian I've submitted a PR for my first stab at this. I implemented the RequestModel support in #948. Would you please take a look?
@keetonian I've just submitted a second PR for RequestParameters support in #953. Would you please also take a look at that?
@praneetap 1. Yes, I believe the behavior you described is the same when setting up required parameters in the API Gateway console. My use case for adding the required flag...
@praneetap I agree. Does this mean that this feature is not releasable until those 2 things are accomplished? Or can this be released and then address the 2 things in...
@ShreyaGangishetty I think there is more work to be done related to this issue. Only part of it was released in v1.15.0. Should this issue remain open to account for...