LambdaSharp.Slack 0.8.4.1

dotnet add package LambdaSharp.Slack --version 0.8.4.1
                    
NuGet\Install-Package LambdaSharp.Slack -Version 0.8.4.1
                    
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="LambdaSharp.Slack" Version="0.8.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LambdaSharp.Slack" Version="0.8.4.1" />
                    
Directory.Packages.props
<PackageReference Include="LambdaSharp.Slack" />
                    
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 LambdaSharp.Slack --version 0.8.4.1
                    
#r "nuget: LambdaSharp.Slack, 0.8.4.1"
                    
#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.
#:package LambdaSharp.Slack@0.8.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LambdaSharp.Slack&version=0.8.4.1
                    
Install as a Cake Addin
#tool nuget:?package=LambdaSharp.Slack&version=0.8.4.1
                    
Install as a Cake Tool

LambdaSharp.Slack

This package contains interfaces and classes used for building Lambda functions on AWS which integrate with Slack.

Visit LambdaSharp.NET to learn more about building serverless .NET solutions on AWS.

ALambdaSlackCommandFunction

The ALambdaSlackCommandFunction base class implements the protocol used by Slack command to receive invocations and respond with a message.

public sealed class Function : ALambdaSlackCommandFunction {

    //--- Methods ---
    public override async Task InitializeAsync(LambdaConfig config) {

        // TO-DO: add function initialization and reading configuration settings
    }

    protected override async Task ProcessSlackRequestAsync(SlackRequest request) {

        // TO-DO: add business logic

        Console.WriteLine("Hello world!");
    }
}

License

Copyright (c) 2018-2022 LambdaSharp (λ#)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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
0.8.4.1 444 4/18/2023
0.8.4 594 3/10/2022
0.8.3.5 581 3/4/2022
0.8.3.4 455 7/15/2021
0.8.3.3 498 7/15/2021
0.8.3.2 498 6/17/2021
0.8.3 510 5/19/2021
0.8.2.4 559 4/30/2021
0.8.2.3 482 4/2/2021
0.8.2.2 495 3/18/2021
0.8.2 481 2/16/2021
0.8.1.3 584 10/21/2020
0.8.1.2 629 10/21/2020
0.8.1 610 8/28/2020
0.8.1-rc1 494 8/24/2020
0.8.0.6 658 7/15/2020
0.8.0.5 641 7/2/2020
0.8.0.3 637 6/19/2020
0.8.0.2 664 6/3/2020
0.8.0 697 5/18/2020
0.7.1-rc1 506 4/21/2020
0.7.0.8 780 2/25/2020
0.7.0.4 730 10/18/2019
0.7.0.3 720 10/3/2019
0.7.0 738 9/11/2019
0.7.0-rc7 525 8/18/2019
0.7.0-rc6 577 8/16/2019
0.7.0-rc5 546 8/16/2019
0.7.0-rc4 557 8/15/2019
0.7.0-RC3 543 6/19/2019
0.7.0-RC2 524 6/18/2019
0.7.0-RC1 544 6/18/2019
0.6.1 715 9/5/2019
0.6.0.3 783 7/1/2019
0.6.0.2 711 6/27/2019
0.6.0.1 771 6/12/2019
0.6.0 751 5/10/2019
0.6.0-RC4 526 5/9/2019
0.6.0-RC3 557 5/8/2019
0.6.0-RC2 624 5/3/2019
0.6.0-RC1 574 4/11/2019
0.5.0 837 2/12/2019
0.5.0-RC3 612 2/11/2019
0.5.0-RC2 642 2/8/2019
0.5.0-RC1 642 2/3/2019