Merge branch dev -> homolog - Criado Automatico - #2
Open
github-actions[bot] wants to merge 52 commits into
Open
Conversation
github-actions
Bot
requested review from
Brunocarpi,
Rubiozito,
VgsStudio,
enzosakamoto and
lseixas
August 10, 2026 21:44
Traz errors, códigos HTTP, auth, wrap_handler, requirements-infra e Docker local (Dynamo + MinIO) do clean_mss_template, sem a infra Dynamo.
Prepara a single-table para USER/MEMBER/SUBSCRIBER e o GSI UserEmailIndex, alinhado ao template, sem reescrever o repositório Dynamo ainda.
…implifica GetUserViewmodel
Alinha dto e repositório ao padrão do template (pk/sk, GSI email) e atualiza o loader local, sem alterar o IAC.
feat(infra): Dynamo keys, tabela CDK e GSI UserEmailIndex
…UserRepositoryMock
… de UserRepositoryMock
…aliza os testes correspondentes
…refletir novas propriedades
…zar usuários no UserRepositoryDynamo
refactor: remove password_hash da entidade user, refatora testes
feat: adéqua rota create_user a nova estrutura de user e refatora os testes
…ge verificação de atributos; adiciona testes para UserDynamoDTO e UserRepositoryDynamo
Feature/delete user
Feature/get all users
Feature/get user
feat: Adiciona entidade Member, enum dos cargos e o teste da nova entidade
…o no UserRepositoryDynamo
…tes de controle de exclusão e obtenção de usuário
Feature/user repository dynamo
refat: corrige mensagem de erro para tipo de usuário inválido nos testes de controle de exclusão e obtenção de usuário
Substitui o stack legado por constructs (APIGW, Dynamo, Lambda, SSM), layer build e CI/CD com cdk synth.
feat(infra): migra IAC para template v2 (REST API + CDK + workflows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Criado Automaticamente