Closed mitsuyoshi-yamazaki closed 7 years ago
Thanks again!
Actually I fixed this problem in https://github.com/noppoMan/Hexaville/pull/13 So Could you update Hexaville with git pull or something?
Now Bucket name format is integrated to lowercase. https://github.com/noppoMan/Hexaville/blob/master/Sources/Hexaville/main.swift#L65
And aws.lambda.bucket
became required param.
name: Hello
....
lambda:
bucket: here is generated automatically when your Hexaville version is 0.1.4 or later
role: xxxxxxxxx
Agenda
Same as title. See Error logs for detail.
How to reproduce
Follow the instructions in https://medium.com/@yukitakei/serverless-server-side-swift-with-hexaville-ef0e1788a20 until "Deploy" section.
Error logs
How to resolved
The bucket name was
hexaville-Hello-bucket
.It was said..
I changed
Hello
->hello
inname
property in Hexavillefile.ymldeploy
command's argument$ Hexaville deploy hello
then the error disappeared.
追記
書いてて思いましたがMediumの方(プロジェクト名を
Hello
にしている部分)を直すべきかも