AWS 기반 C++

AWS 클라우드에서 애플리케이션을 개발하기 위한 도구, 설명서 및 샘플 코드

도구

AWS에서 C++ 애플리케이션을 실행하는 데 필요한 도구 다운로드
시작하기
SDK for C++
C++ 개발자에게 일관되고 친숙한 라이브러리 세트를 제공하여 AWS 서비스 사용을 간소화합니다.
SDK 다운로드 »
서비스
AWS IDE 도구 키트
AWS에서 코드 작성, 디버그 및 배포를 위해 널리 사용되는 통합 개발 환경(IDE)을 사용합니다.
VS Code 도구 키트 다운로드 » Intellij 도구 키트 다운로드 »
솔루션
AWS IoT SDK for C++
C++에서 MQTT 또는 MQTT over the WebSocket 프로토콜을 사용하여 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로 작업

AWS SDK for C++을 사용하여 DynamoDB 데이터베이스를 생성하는 방법을 알아보세요.  DynamoDB 테이블에 저장된 데이터를 관리하고 검색하세요.

시작하기 »

C++로 S3 버킷 관리

S3 버킷 저장 및 읽기와 파일 암호화 등 일반적인 S3 버킷 작업을 실행하는 짧은 자습서의 모음입니다.

시작하기 »

C++로 Amazon SQS 통합

C++ 애플리케이션을 사용하여 완전관리형 메시지 대기열 서비스인 Amazon Simple Queue Service(Amazon SQS)를 통합하세요. 애플리케이션에서 직접 대기열과 메시지를 생성하고 관리하세요.

시작하기 »

페이지 내용이 도움이 되었습니까?