C++ sur AWS

Outils, documentations et exemples de code pour développer des applications dans le cloud AWS

Outils

Télécharger les outils nécessaires à l'exécution d'applications C++ sur AWS
Démarrer
Kit SDK pour C++
Il facilite l'utilisation des services AWS en fournissant un ensemble de bibliothèques cohérentes et courantes pour les développeurs C++.
Télécharger le kit SDK »
Services
Boîtes à outils pour IDE AWS
Utilisez les environnements IDE (Integrated Development Environment) courants pour créer, déboguer et déployer votre code sur AWS.
Obtenir la boîte à outils VS Code » Obtenir la boîte à outils Intellij »
Solutions
Kit SDK pour C++ d'AWS IoT
Accédez à AWS IoT en utilisant MQTT ou MQTT sur le protocole WebSocket à partir de C++.
 Cloner sur Github »
Bibliothèque numérique
C++ dans l'IDE Cloud9
AWS Cloud9 est un IDE basé sur le cloud qui vous permet d'écrire, d'exécuter et de déboguer votre code à l'aide d'un simple navigateur. Il comprend un éditeur de code, un débogueur et un terminal.
Démarrer »

Blogs

Showing results: 1-4
Total results: 32
  • Créé (le plus récent)
  • Créé (le plus ancien)
Aucun blog trouvé correspondant à ces critères.
  • Tyler Holmes, 21/09/2023
    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, 06/07/2023
    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, 29/07/2022
    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, 18/04/2022
    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 [...]
Explorer plus de blogs techniques »

Créer

Travailler avec DynamoDB avec C++

Apprenez à créer une base de données DynamoDB à l'aide du kit AWS SDK pour C++.  Gérez et récupérez des données stockées dans des tables DynamoDB.

Démarrer »

Gérer les compartiments S3 avec C++

Une collection de tutoriels de courte durée pour exécuter des opérations courantes avec les compartiments S3, notamment le stockage et la lecture de compartiments S3, le chiffrement de vos fichiers, etc.

Démarrer »

Intégrer Amazon SQS avec C++

Intégrez Amazon Simple Queue Service (Amazon SQS), un service de file d'attente de messages entièrement géré, avec votre application C++. Créez et gérez des files d'attente et des messages directement depuis votre application.

Démarrer »

Cette page vous a-t-elle été utile ?