Gonzalo Vasquez
Gonzalo Vasquez
emailing results fail with a 503 error :(
Cannot go past the 20th test on the advanced test suite as it complains about authentication when providing proper credentials, any hints on how to diagnose?
Dear @iann0036 , it seems like there might be a border condition where Lambdas are not getting their `Code` attribute included (and obviously not populated with a value), in the...
Hi @iann0036, I just generated code for a DynamoDB table and it is missing the `ttl` setting, which would be helpful to support
Today we had an issue with Former2 misinterpreting an ECS volume mount, adding it to the template under DockerVolumeConfiguration (which only works on EC2) for a Fargate service and, what...
When using [CloudFormation Linter](https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint), it suggests formatting several SQSQueue Properties es integer, by deleting de double quotes, which disagrees with what Former2 outputs. Not sure if it's a bug, but...
Hi, I added an ECS service to the "Generate" list of items, with service discovery attached. Its ARN appears in the output, but not the service discovery component itself. When...
I've just tried to generate Cloudformation and Terraform templates for an SQS/Lambda Integration and I did have to select both components separately as Former2 didn't identify them as related resources...
When creating a new Serverless Java Proyect, the wizard doesn't allow to enter hyphens in the Group ID, nor in the Artifact ID, but that's a usual practice (at least...
How are you actually running the index.js file to avoid out of memory related errors? Our source table has around 15 million records. Seems like waiting for every single record...