简体   繁体   English

AWS Elastic Beanstalk - Go 示例应用程序

[英]AWS Elastic Beanstalk - Go Sample Application

I am following this tutorial to setup elastic beanstalk using CloudFormation and had a question on the following section我正在按照本教程使用 CloudFormation 设置弹性 beantalk 并在以下部分有一个问题

    SourceBundle:
       S3Bucket: !Sub "elasticbeanstalk-samples-${AWS::Region}"
       S3Key: php-newsample-app.zip

I was wondering if anyone can tell me the proper S3Key for the Go sample app?我想知道是否有人可以告诉我 Go 示例应用程序的正确 S3Key? I have tried a few options but nothing is working我尝试了几个选项,但没有任何效果

Thanks in advance Damien预先感谢达米安

The s3key is synonymous with the path where you want to deploy the app. s3key 与您要部署应用程序的路径同义。 I recommend you to read Go blog post about AWS elastic beanstalk the link below我建议您阅读以下链接中有关 AWS elastic beanstalk 的 Go 博客文章

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/go-tutorial.html https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/go-tutorial.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM