C++ on AWS

AWS Cloud 上用于开发应用程序的工具、文档和示例代码

工具

下载在 AWS 上运行 C++ 应用程序所需的工具
开始使用
适用于 C++ 的 SDK
通过提供一组始终一致且为 C++ 开发人员所熟悉的库,简化 AWS 服务的使用。
下载 SDK »
服务
AWS IDE 工具包
使用流行的集成开发环境 (IDE) 在 AWS 上创作、调试和部署代码。
获取 VS Code 工具包 » 获取 Intellij 工具包 »
解决方案
适用于 C++ 的 AWS IoT SDK
使用来自 C++ 的 MQTT 或基于 WebSocket 协议的 MQTT 访问 AWS IoT。
 在 GitHub 上克隆 »
数字图书馆
Cloud9 IDE 中的 C++
AWS Cloud9 是一种基于云的 IDE,让您只要使用一个浏览器就能编写、运行和调试代码。它包括一个代码编辑器、调试程序和终端。
开始使用 »

博客

Showing results: 1-4
Total results: 32
  • 创建日期(由新到旧)
  • 创建日期(由旧到新)
未找到符合条件的博客。
  • Tyler Holmes, 2023-09-21
    As you may have seen in Jeff Barr’s blog post or in an announcement, Amazon Simple Email Service (Amazon SES) now provides bounce and complaint notifications via Amazon Simple Notification Service (Amazon SNS). You can refer to the Amazon SES Developer Guide or Jeff’s post to learn how to set up this feature. In this [...]
  • Rohan Kachewar, Andy Hopper, Rohit Kumar, Siddharth, 2023-07-06
    In this blog post, we will show you how to create a documentation solution on the Amazon Web Services (AWS) Cloud that automatically generates and publishes a technical documentation website for a .NET project, based on source code comments, API definitions, and Markdown documents included in the project. Having a technical documentation website improves developer [...]
  • Hrishikesh Inamdar, 2022-07-29
    Game developers increasingly require cloud technologies to support their games and provide the best experience to their players. Leveraging cloud services provided by AWS can help with important game components such as managing and deploying game servers, running analytics on various game metrics, and utilizing AI/ML to detect player health and retention. Creating and maintaining [...]
  • Philip Pittle, 2022-04-18
    Tips & Tricks: Delaying AWS Service configuration when using .NET Dependency Injection The AWSSDK.Extensions.NETCore.Setup package provides extensions for enabling AWS Service Client creation to work with native .NET Dependency Injection. Bindings for one or more services can be registered via the included AddAWSService method and a shared configuration can be added and customized via the [...]
探索更多技术博客 »

构建

通过 C++ 使用 DynamoDB

了解如何使用适用于 C++ 的 AWS SDK 创建 DynamoDB 数据库。  管理和检索存储在 DynamoDB 表中的数据。

开始使用 »

使用 C++ 管理 S3 存储桶

使用 S3 存储桶执行常见操作的简短教程集,如存储和读取 S3 存储桶、加密文件等。

开始使用 »

将 Amazon SQS 与 C++ 集成

将 Amazon Simple Queue Service (Amazon SQS)(一种完全托管式消息队列服务)与 C++ 应用程序集成。直接从应用程序创建和管理队列和消息。

开始使用 »

此页内容对您是否有帮助?