Slide 26
Slide 26 text
©Fusic Co., Ltd. 26
ΤϯυϙΠϯτΛ͚Δ͜ͱͰ֦ுʹରԠ
実際に今回の構成でも動作するエンドポイントを
役割に分けて変更できる
エンドポイント専
用
のRoleを設定できるし、
エンドポイントごとにデプロイ出来る
※APIGatewayを分ける場合は明
示
的に書く必要有
functions:
web:
handler: public/index.php
runtime: php-
8 2
-fpm
timeout:
28
events:
- httpApi: '*'
admin-web:
handler: public/index.php
runtime: php-
8 2
-fpm
timeout:
28
role: api-admin-role
events:
- httpApi:
method: '*'
path: /admin
$ serverless deploy function --function admin-web
Deploying function admin-web to stage dev (ap-northeast-
1
)
✔ Function code deployed (
4
2
s)
Function configuration did not change, and the update was skipped. If you made changes to the service configuration and expected them to be
deployed, it most likely means that they can only be applied with a full service deployment. (
4 2
s)