Heitor Lessa

Results 214 comments of Heitor Lessa

Same issue here and it only happens with HTTPS. I experimented with ``secure`` and another HTTPS endpoint too

I use auto-suggestions and it's damn good! Except when you paste long lines as this slow things down, can't remember the workaround tho but worth keeping that in mind

@kaustavghosh06 while I don't have the bandwidth to contribute code I'm happy to review or chat You can keep pipenv but only extract the dependencies themselves instead of bringing the...

There seems to be issues with DocumentClient not supporting TS within X-Ray SDK - Parking this for further investigation

hey @esteban-uo - I've created an `.env` file in the root of the project to account for that: https://github.com/aws-samples/aws-serverless-airline-booking/blob/develop/.env That said, I haven't tried that with Pytest and whether that...

**Update**: Aviation Edge is no longer free. We'll use `faker` instead

hey @nhaorand - You're spot on this. I left that to complete later as an exercise but never gotten around it. In fact, I paused development here to publish the...

Yes, check out the e-commerce platform sample: https://github.com/aws-samples/aws-serverless-ecommerce-platform/blob/main/warehouse/src/on_order_events/main.py#L235-L259 The link I sent earlier on the Idempotency utility in Python ensures the most complete implementation by covering all use cases: same...