bsneider
bsneider
> Hi @bsneider, thanks for raising this - will mark it as a bug. > > In case it is helpful, the workaround would be to patch/set the environment variable...
Is there a CFN template, or Terraform that creates the secrets in Systems Manager and deploys the lambdas?
@apgrucza the new tf code is awesome! I wonder if it could be finished off with creating the CloudFront distro too. Here is an example of the CloudFront being created...
> @bsneider I didn't include a module for the CloudFront distribution because it would not add much value over the [aws_cloudfront_distribution](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution) resource itself. I could add a CloudFront example to...
This would be a breaking change for any existing resources
Here are tests that confirm this fix works. Particularly the issues were found when querying near New Zealand ```python import dynamodbgeo from dynamodbgeo.s2 import S2Util from s2sphere.sphere import LatLng, LatLngRect...