BaseLib.Core.AmazonCloud 3.0.0-beta-002

This is a prerelease version of BaseLib.Core.AmazonCloud.
dotnet add package BaseLib.Core.AmazonCloud --version 3.0.0-beta-002
                    
NuGet\Install-Package BaseLib.Core.AmazonCloud -Version 3.0.0-beta-002
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BaseLib.Core.AmazonCloud" Version="3.0.0-beta-002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BaseLib.Core.AmazonCloud" Version="3.0.0-beta-002" />
                    
Directory.Packages.props
<PackageReference Include="BaseLib.Core.AmazonCloud" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BaseLib.Core.AmazonCloud --version 3.0.0-beta-002
                    
#r "nuget: BaseLib.Core.AmazonCloud, 3.0.0-beta-002"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BaseLib.Core.AmazonCloud&version=3.0.0-beta-002&prerelease
                    
Install BaseLib.Core.AmazonCloud as a Cake Addin
#tool nuget:?package=BaseLib.Core.AmazonCloud&version=3.0.0-beta-002&prerelease
                    
Install BaseLib.Core.AmazonCloud as a Cake Tool

BaseLib.Core.AmazonCloud

Overview

Contains concrete implementations of the interfaces from BaseLib.Core for Amazon AWS

Services

Event support

SnsCoreStatusEventSink is an implementation of the ICoreStatusEventSink interface, providing support for event-driven choreography between services.

In the example below, once the CheckoutService completes its process, it writes an event to the EventSink. The event sink then publishes this event to an SNS Topic. This topic has two Lambda subscribers which, upon receiving the event, execute the CreateOrderService and CreateInvoiceServices, respectively.

flowchart LR;
    s(CheckoutService) -- event --> eventSink(SnsCoreStatusEventSink);
    eventSink --> t((snsTopic));
    t -- event --> l1(lambda)-->CreateOrderService;
    t -- event -->l2(lambda)-->CreateInvoiceService;

Secrets Vault

the ICoreSecretsVault is the BaseLib.Core application abstraction of a vault that keeps safe sensitive information such as credentials and API keys to connect to other systems.

The AmazonSecretsVault is the implementation on top of AWS Secret Manager.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-beta-002 131 5/7/2025
2.1.0.3 1,008 5/22/2024
2.1.0.2 143 5/15/2024
2.1.0 804 12/28/2023
2.0.3 382 11/28/2023
2.0.2 233 11/22/2023
2.0.1 596 11/21/2023
2.0.0 190 11/1/2023
1.1.0 142 10/16/2023
1.1.0-beta-002 2,544 11/16/2022
1.1.0-beta-001 172 11/15/2022