Shawn
Shawn
There are request parsing differences with CloudFront as the event is structured differently: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html
When scanning recursively, this should not error Potential fix for #1323
### Describe the bug ```bash Terraform validate.......................................................Failed - hook id: terraform_validate - exit code: 1 Validation failed: tf/modules/core/vpc Error: Module source has changed on endpoints.tf line 2, in module "vpc_endpoints":...
### Documentation Link https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_web_acl ### Description It says: ``` WAF Web ACL can be imported using the id, e.g., $ terraform import aws_waf_web_acl.main 0c8e583e-18f3-4c13-9e2a-67c4805d2f94 ``` But this is not true:...
I am trying to follow along, I'll try to write out what I have. I have an M1 Air 8GB (small I know). I installed Docker I am running this:...
During import I am seeing this: ``` [ERROR] AttributeError: type object 'FeedHeader' has no attribute 'RegisterExtension' Traceback (most recent call last): File "/var/lang/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package,...
I'm not even sure if this is the repo to solve this issue, but I figured I would start here. I am using open layers and ol-pmtiles like this: ```...
In order to use these for other formats (that are not subways), the first choice is to use the gtfs-realtime-bindings project (part of Google Transit now managed by MobilityData). However,...
After 4.25.3, the next release removes the ability to register extensions. This breaks NYCT and other extensions. How will this work once 4.25.3 is removed from PyPI? I see in...