Giovanni Grano

Results 17 issues of Giovanni Grano

Should address #6486. Passing an empty dictionary as `loggingConfiguration`, while being a valid AWS request, as shown in the ticker messes up with persistence. This PR adds the default configuration...

aws:stepfunctions

First POC of a visitor pattern we can use to retrieve the backends (meaning, an `AccountRegionBundle` and/or a `BackendDict`) of a service. This is going to be used in the...

Adding the sample we pitched today.

## Motivation I randomly came across this `FIXME` comment here. The use of the relative path should not be needed, as the upstream [issue](https://github.com/etspaceman/kinesis-mock/issues/554) has been resolved. I also run...

aws:kinesis
semver: patch

This small PR fixes the service name passed to the `BackendDict` for the SSO Admin service.

This PR is similar to https://github.com/getmoto/moto/pull/4414, implementing the same use case for ELBV2. In a nutshell, it updates the `InUseBy` property of an ACM certificate when attaching it to an...

## Motivation We recently introduced OpenAPI specs for different LocalStack packages (`localstack` and `localstack.pro.core` at the moment). These specs document all the internal developer endpoints we serve in LocalStack. To...

semver: patch

We recently introduced Swagger UI served directly via LocalStack, documenting all our internal endpoints. We add this link to the docs and remove the manually-written list of endpoints contained in...

## Motivation The end goal of our OpenAPI spec is to generate SDKs from them. Having `operationIds` and `tags` for each path help generate better code. In particular: - `operationId`...

semver: patch

## Motivation We are building a separate repo to store LocalStack's OpenAPI specs. This workflow is triggered when the spec changes and it dispatches a workflow on the destination repo...

semver: patch