monkut
monkut
I've used apigateway web sockets in the past. In that case a lambda is prepared/assigned to each action. Perhaps we could have `@websockets.sendmessage`, `@websockets.onconnect`, `@websockets.ondisconnect` decorators that would wire up...
Your error appears to be: > botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://zappa-xxx.s3.use-east-2.amazonaws.com/" Which is likely due to a permission error in your configuration of codebuild. make sure...
I've hit this issue in the past... I would be nice if zappa could throw an error if the generated name is to long.
does the `Certificate Request:` really allow spaces there?
I'm not familiar with the infrastructure setup code, but if you want to take a look at it, and see if you can come up with a solution, the contribution...
@TheJanitor213 Can you add testcases for this?
So the incoming payload format and response format would are updated for 2.0? From the user perspective, is there an advantage to migrating to 2.0? Would we lose any functionality...
@bahoo Thanks for the clarification. Yes, it's good to be ready in case they depreciate it, but in terms of priority if there aren't any clear advantages to 2.0, there's...
Reported as an issue in linked closed task. Marking as `next-release-candidate` for consideration of inclusion in next release.