Pablo Colazurdo
Pablo Colazurdo
Hi all, I've tried using this tool recently and found that it wasn't downloading some info from sites. After some debugging I've found that, for example twitter, was rejecting the...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/sdk-for-go/api/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
I've found that even after stopping port forwarding in exercise 103 Create a POD - if you use Cloud9 Preview App you can still see the nginx home page. Nothing...
### Describe the bug I'm trying to debug a problem where my application is crashing on leaked GoRoutines. While trying to root cause the problem I've found some issues that...
This PR shows a fully working Lambda function based on Python sending metrics to AWS Managed Prometheus using an OTel Layer. A few comments: * As force_flush is not defined...
I've found that the arn:aws:iam::xxxxxxxxxxxx:role/xxx-EnvManagerRoleRole created by Copilot CLI will use the tags: ``` copilot-application copilot-environment ``` To restrict some of the permissions that this role has. Specifically, I had...
I have a node.js app which is listening while the application is alive. Somehow it seems like the stream get disconnected but I can't seem to find any reason, neither...
This patch fixes a problem where in_tail will block the event loop until all files have been processed. This problem becomes more obvious when the number of files that the...