AWS SDK for Go

码农软件 · 软件分类 · 网站API · 2019-03-09 15:14:37

软件介绍

这是 Go 语言版本的 AWS SDK,是亚马逊 Web 服务 API 的客户端开发包,支持所有 AWS 服务。

示例代码:

import "github.com/awslabs/aws-sdk-go/aws"
import "github.com/awslabs/aws-sdk-go/gen/ec2"

creds := aws.Creds(accessKey, secretKey, "")
cli := ec2.New(creds, "us-west-2", nil)
resp, err := cli.DescribeInstances(nil)
if err != nil {
    panic(err)
}
fmt.Println(resp.Reservations)

支持的服务包括:

  • AutoScaling

  • CloudFormation

  • CloudFront

  • CloudHSM

  • CloudSearch

  • CloudSearchdomain

  • CloudTrail

  • CloudWatch Metrics

  • CloudWatch Logs

  • CodeDeploy

  • Cognito Identity

  • Cognito Sync

  • Config

  • Data Pipeline

  • Direct Connect

  • DynamoDB

  • EC2

  • EC2 Container Service

  • Elasticache

  • Elastic Beanstalk

  • Elastic Transcoder

  • ELB

  • EMR

  • Glacier

  • IAM

  • Import/Export

  • Kinesis

  • Key Management Service

  • Lambda

  • OpsWorks

  • RDS

  • RedShift

  • Route53

  • Route53 Domains

  • S3

  • SimpleDB

  • Simple Email Service

  • SNS

  • SQS

  • Storage Gateway

  • STS

  • Support

  • SWF

本文地址:https://www.codercto.com/soft/d/974.html

Remote

Remote

Jason Fried、David Heinemeier Hansson / Crown Business / 2013-10-29 / CAD 26.95

The “work from home” phenomenon is thoroughly explored in this illuminating new book from bestselling 37signals founders Fried and Hansson, who point to the surging trend of employees working from hom......一起来看看 《Remote》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码