Skip to content
Satoshi Yoshio edited this page Oct 3, 2020 · 2 revisions

デプロイ記録

参考: https://qiita.com/tuuuuuuken/items/d07085d45c453704540b

$ serverless deploy
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading artifacts...
Serverless: Uploading service hokuma-friends-backend.zip file to S3 (9.31 MB)...
Serverless: Validating template...
Serverless: Updating Stack...
Serverless: Checking Stack update progress...
....................
Serverless: Stack update finished...
Service Information
service: hokuma-friends-backend
stage: dev
region: ap-northeast-1
stack: hokuma-friends-backend-dev
resources: 15
api keys:
  None
endpoints:
  ANY - https://i948gk4k0m.execute-api.ap-northeast-1.amazonaws.com/dev
  ANY - https://i948gk4k0m.execute-api.ap-northeast-1.amazonaws.com/dev/{proxy+}
functions:
  website: hokuma-friends-backend-dev-website
  artisan: hokuma-friends-backend-dev-artisan
layers:
  None
Clone this wiki locally