Added first version of serverless-based implementation example

This commit is contained in:
Alexander Cerutti
2021-10-31 19:37:29 +01:00
parent 32205871af
commit 8552f217ee
16 changed files with 22177 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"SIGNER_KEY_PASSPHRASE": "123456",
"PASSES_S3_TEMP_BUCKET": "pkge-test",
"ACCESS_KEY_ID": "S3RVER",
"SECRET_ACCESS_KEY": "S3RVER",
"MODELS_S3_BUCKET": "pkge-mdbk"
}