简体   繁体   中英

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

    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? 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. I recommend you to read Go blog post about AWS elastic beanstalk the link below

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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