Interacting with AWS Using API, SDK, and CLI

Interacting with AWS Using API, SDK, and CLI

This is a demo of the theme’s documentation layout.

AWS Certified Developer - Associate

main.go
package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}