Skip to content
Unknown's avatar

Bao Dinh

Tag: AWS

Deploy Go in AWS Beanstalk

Follow the steps here to walk you through the process of deploying a Go application to Elastic Beanstalk Step 1: Create Go project Create Go project with application.go: package main import ( "encoding/json" "log" "net/http" "os" ) func main() { port := os.Getenv("PORT") if port == "" { port = "5000" } f, _ := … Continue reading Deploy Go in AWS Beanstalk →

baodinhthe AWS, Go Leave a comment February 1, 2018February 1, 2018 1 Minute
Blog at WordPress.com.
  • Subscribe Subscribed
    • Bao Dinh
    • Already have a WordPress.com account? Log in now.
    • Bao Dinh
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...