Brian Beck
Brian Beck
API Gateway default behavior is to return a 403 - Forbidden response with a message of 'Missing Authentication Token' instead of a 404 - Not Found when the wrong resource...
Swagger seems to be an all-or-nothing approach to AWS::Serverless::Api resources. If the swagger definition is provided in the API then the entire API needs to defined in swagger. I often...
I am looking at using cookiecutter for my own project templates. It look like it will work great for stubbing out an entire Python project in a new repository. I...
## Expected behavior and actual behavior. I have an AWS Lambda Function that uses a Lambda Layer that contains fiona. It has worked consistently for over a year now. Today...
I have a function definition with a parameter of type `typing.List[str]`. I'd like for this to be handled in the CLI as an argument that supports multiple entries either `--foo...
The example in the README shows deploying a runtime.yaml file for Python37, but that file doesn't exist for Python310. How would I go about installing/deploying a Python310 Lambda function with...
### Describe the bug I created a construct with a custom resource to create SecureString SSM Parameters. ``` from aws_cdk.aws_iam import PolicyStatement from aws_cdk.custom_resources import ( AwsCustomResource, AwsCustomResourcePolicy, AwsSdkCall, PhysicalResourceId,...
I am using Mangum in a Lambda handler behind an API Gateway with a custom domain name. When I instantiate Mangum I provide my base path mapping with the `api_gateway_base_path`...
## Homebrew install fails with `NoMethodError` ### Description When following the instructions here [https://fusionauth.io/download#w-tabs-0-data-w-pane-7](https://fusionauth.io/download#w-tabs-0-data-w-pane-7) I receive the following error when attempting Step 2. ``` Error: An exception occurred within a...