Entwicklerzentrum / ...
C++ in AWS
Tools
![Erste Schritte Erste Schritte](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Get%20Started-2x.fee9fe2376c2bb4f4c49d81524f0cd0636e65a5e.png)
![Services Services](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Services-2x.aa8f4259567b96973fc594f836305e5d334ae78e.png)
![Lösungen Lösungen](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Solutions-2x.dfd7902700538dd4a1a5471403ac08ad52ddf256.png)
![Digitale Bibliothek Digitale Bibliothek](https://d1.awsstatic.com/Developer%20Marketing/languages/net/NET%20Digital%20Library-2x.2003130c0a7d9323c4f01202b2c2450a61c8cf7c.png)
Blogs
Total results: 32
- Erstellt (Neueste)
- Erstellt (Älteste)
-
Tyler Holmes, 21.09.2023As 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.2023In 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.2022Game 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.2022Tips & 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 [...]
Entwickeln
Arbeiten mit DynamoDB mit C++
Erfahren Sie, wie Sie eine DynamoDB-Datenbank mit dem AWS SDK für C++ erstellen. Verwalten und Abrufen von in DynamoDB-Tabellen gespeicherten Daten.
S3-Buckets mit C++ verwalten
Eine Sammlung von kurzen Anleitungen zur Durchführung gängiger Operationen mit S3-Buckets, z. B. das Speichern und Lesen von S3-Buckets, das Verschlüsseln Ihrer Dateien und mehr.
Amazon SQS mit C++ integrieren
Integrieren Sie Amazon Simple Queue Service (Amazon SQS), einen vollständig verwalteten Warteschlangenservice für Nachrichten, in Ihre C++-Anwendung. Erstellen und verwalten Sie Warteschlangen und Nachrichten direkt aus Ihrer Anwendung.