You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove docs/website as its not used anymore (#963)
* chore: update test_translator.py (#933)
* fix: partitionalize arn in StepFunctionsExecutionPolicy (#941)
* fix: fix a deprecation warning from jsonschema 3.x (#946)
For example, in https://travis-ci.org/awslabs/serverless-application-model/jobs/538917819:
/home/travis/build/awslabs/serverless-application-model/.tox/py36/lib/python3.6/site-packages/jsonschema/validators.py:893: DeprecationWarning: The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future.
cls = validator_for(schema)
* feat: openapi version 3 support non-auth changes (#932)
* feat: openapi support for auth usecases (#949)
* chore: Fixing security alerts on the repo
* addressed cr comments
0 commit comments