api with oauth2 provider

This commit is contained in:
2025-09-25 23:17:28 -03:00
parent a3e13a113c
commit 187a064687
11 changed files with 1580 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
build:
sam build --use-container
deploy: build
sam deploy --debug
stage: build
sam deploy --config-env staging --debug
start-api: build
sam local start-api