update deployment

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-08 12:30:46 +02:00
parent ff09b16174
commit db56d7d8aa
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
3 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ const api = new awsx.apigateway.API("login", {
path: "/",
method: "POST",
eventHandler: async (event) => {
return handle(event.body, serverEndpoint)
return handle(event.body, serverEndpoint.get())
},
}],
})

View File

@ -4,9 +4,9 @@
"lockfileVersion": 1,
"dependencies": {
"@anticrm/dev-account": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.2.tgz",
"integrity": "sha512-ifRkPuWmo77TJvwyYjRfnWqDEm/A2xrNaAPVSmp5cKoWqQD8FtPW4ZpkLySR9gpb8T19lRWpg5sk952YXAgikQ==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.3.tgz",
"integrity": "sha512-2o/uQQ7yiM0vbJHFacxrBN81pVz1gdr6R0xVzQBqoc4efCta/A2K93WUWgs3S+QDuG4uhvLpDkswP7Y2Cp1ajw==",
"requires": {
"@anticrm/platform": "~0.6.4",
"jwt-simple": "^0.5.6"

View File

@ -5,7 +5,7 @@
"@types/mime": "^2.0.3"
},
"dependencies": {
"@anticrm/dev-account": "^0.6.2",
"@anticrm/dev-account": "^0.6.3",
"@pulumi/aws": "^4.14.0",
"@pulumi/cloud": "^0.30.1",
"@pulumi/cloud-aws": "^0.30.1",