当前位置: 首页 > 软件库 > 云计算 > >

atoz

Amazon Web Services (AWS) APIs in Nim
授权协议 MIT License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 龙俊良
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

atoz

Amazon Web Services (AWS) APIs in Nim

Supported APIs

Sadly, only the 220 most popular AWS APIs are supported at this time. ��

Example

Your import statement names the APIs you want to use and the versions of same,ie. release dates without any hyphens.

For signing purposes, set your AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, andAWS_REGION environmental variables.

import asyncdispatch
import httpclient
import httpcore

import atoz/sqs_20121105 # ie. SQS release version 2012-11-05
import atoz/sns_20100331 # ie. SNS release version 2010-03-31

let
  # the call() gets arguments you might expect; they have sensible
  # defaults depending upon the call, the API, whether they are
  # required, what their types are, whether we can infer a default...
  myQueues = getListQueues.call(QueueNamePrefix="production_")
for response in myQueues.retried(tries=3):
  if response.code.is2xx:
    echo waitfor response.body
    break

let
  # you can usually override the API version, even to use a later
  # version than the one you imported.  but, y'know, why would you?
  myTopics = getListTopics.call(Version="1969-12-31")
  response = waitfor myTopics.retry(tries=3)
if response.code.is2xx:
  echo waitfor response.body

Details

This project is based almost entirely upon the following:

Patches welcome!

License

MIT

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) In the previou

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) Text is everyw

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) The float prop

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. 该截屏视频是我们的AtoZ CSS系列的一部分。 成绩单 (Transcript) The @media rule allows conditional styling of elements. @media规则允许元素的条件样式。 The

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) In the previou

  • This article is a part of our AtoZ CSS Series. You can find other entries to the series here. 本文是AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 Welcome to our next article as part of our AtoZ CSS series! In this s

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) ID is a CSS se

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) The web would

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) Pseudo element

  • Loading the player… 正在加载播放器… This article is a part of our AtoZ CSS Series. You can find other entries to the series here. 本文是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) How elements take up

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) Hover is a pse

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) General siblin

  • Loading the player… 正在加载播放器… This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here. 该截屏视频是我们的AtoZ CSS系列的一部分。 您可以在此处找到该系列的其他条目。 成绩单 (Transcript) When using new

 相关资料
  • 我想知道使用AWS OpsWorks与AWS Beanstalk和AWS CloudFormation的优缺点是什么? 我感兴趣的是一个可以自动伸缩的系统,它可以处理任意数量的并发web请求(从每分钟1000个请求到1000万rpm),包括一个可以自动伸缩的数据库层。 理想情况下,我希望有效地共享一些硬件资源,而不是为每个应用程序提供单独的实例。在过去,我主要使用EC2实例RDS Cloudtop

  • AWS

    介绍如何在AWS上获取在云联壹云平台需要使用的配置参数。 获取AWS的访问密钥 使用AWS主账号(或拥有AdministratorAccess管理权限的子账号)登录AWS管理控制台,单击 “IAM” 菜单项,进入IAM控制面板页面。 单击左侧菜单栏 “用户” 菜单项,进入用户管理列表,单击用户名名称项,进入指定用户详情页面。注意需要选择有足够管理权限的用户。 单击“安全证书”页签。 单击 “创建访

  • AWS

    AWS Global Infrastructure AWS Global Cloud - A single global cloud, is made up of devices and Services in many regions. AWS Region - A physical location around the world where Amazon have equipment(de

  • aws

    A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq. https://github.com/swoodford/aws Table of contents Why Getting Started What's Include

  • 我使用的是AWS SQS服务,很难定义SQS队列上的权限。在我的设置中,我使用的是AWS Lambda服务,当一个对象被推到S3存储桶上时会触发该服务。 然而,让我简短地提问,这是我想要实现的: 对象被推送到S3存储桶中 正如您可以从前面的用例中看到的,我希望我的AWS Lambda方法是唯一可以向SQS队列发送消息的应用程序。我试图设置一个原则和一个条件“sourceArn”。但是它们都不起作用

  • 我有一个Powershell Lambda,我希望通过AWS CDK部署它,但在运行时遇到问题。 通过手动发布AWSPowerShellLambda部署Powershell可以: 但是,与CDK一起部署的同一脚本不会记录到CloudWatch日志,即使它具有以下权限: powershell脚本当前仅包含以下行,在CLI上由Publish AWSPowerShellLambda部署时可以工作: 注意

  • 每当我试图在AWS Lambda上测试我的Lambda函数时,我目前都会得到一个ClassNotFoundExcure。例外情况显示在这里: 我在网上搜索过,包括这里的链接: AWS Lambda:类java.lang.ClassNotFoundExc0019,但没有用。 我在Android Studio中工作,创建了一个JAR文件(使用此链接:如何从Android Studio项目生成.JAR)

  • Setup source aws-alias.sh aws-start aws-ssh Shutdown aws-stop