Cesar Alvernaz

Results 17 issues of Cesar Alvernaz

The support for stepfunctions integration currently is only supported for REST APIs. This PR wraps the logic related to invoking stepfunctions into a class that can be re-used by HTTP...

aws:apigateway

Minor fix to `Patch` when the attribute is not present in the receiver object ``` File ".../localstack/services/edge.py", line 163, in forward_request self._require_service(api) File ".../localstack/services/edge.py", line 220, in _require_service raise HTTPErrorResponse("failed...

**Please refer to the contribution guidelines in the README when submitting PRs.**

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Enabling binary support using the API Gateway REST API https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-payload-encodings-configure-with-control-service-api.html ###...

type: feature
aws:apigateway
status: confirmed

Hi, we are looking into the sming framework and specifically the MQTT implementation to connect the device to AWS IoT Core and in order for that communication to be successful,...

Hi, I'm having issues using the scripted dashboard, particularly the start and end time for the left and right runs. My understanding is after picking the left run (for example)...

Currently the operation `get_export` is not covered in moto, this issue is just to formalize the request to cover this functionality. https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-export-api.html

enhancement

First stab refactoring to the new framework, transforming service responses to the new WerkzeugResponse

OpenAPI supports the "parameters" field that is applied to all methods of the path, however, we don't offer particular support for it. This PR skips the "parameters" and others like,...

Adds support for stage variables. Stage variables can be used to render request mapping and request parameters. Reference API - https://docs.aws.amazon.com/apigateway/latest/developerguide/aws-api-gateway-stage-variables-reference.html Implements https://github.com/localstack/localstack/issues/6928