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.
#addin nuget:?package=LambdaSharp.Slack&version=0.8.4.1
                    
Install LambdaSharp.Slack as a Cake Addin
#tool nuget:?package=LambdaSharp.Slack&version=0.8.4.1
                    
Install LambdaSharp.Slack 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. 
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 295 4/18/2023
0.8.4 510 3/10/2022
0.8.3.5 467 3/4/2022
0.8.3.4 351 7/15/2021
0.8.3.3 369 7/15/2021
0.8.3.2 396 6/17/2021
0.8.3 370 5/19/2021
0.8.2.4 440 4/30/2021
0.8.2.3 359 4/2/2021
0.8.2.2 364 3/18/2021
0.8.2 373 2/16/2021
0.8.1.3 468 10/21/2020
0.8.1.2 491 10/21/2020
0.8.1 480 8/28/2020
0.8.1-rc1 365 8/24/2020
0.8.0.6 518 7/15/2020
0.8.0.5 505 7/2/2020
0.8.0.3 508 6/19/2020
0.8.0.2 536 6/3/2020
0.8.0 567 5/18/2020
0.7.1-rc1 392 4/21/2020
0.7.0.8 642 2/25/2020
0.7.0.4 613 10/18/2019
0.7.0.3 577 10/3/2019
0.7.0 595 9/11/2019
0.7.0-rc7 395 8/18/2019
0.7.0-rc6 434 8/16/2019
0.7.0-rc5 420 8/16/2019
0.7.0-rc4 418 8/15/2019
0.7.0-RC3 405 6/19/2019
0.7.0-RC2 406 6/18/2019
0.7.0-RC1 407 6/18/2019
0.6.1 584 9/5/2019
0.6.0.3 647 7/1/2019
0.6.0.2 592 6/27/2019
0.6.0.1 642 6/12/2019
0.6.0 625 5/10/2019
0.6.0-RC4 403 5/9/2019
0.6.0-RC3 434 5/8/2019
0.6.0-RC2 475 5/3/2019
0.6.0-RC1 436 4/11/2019
0.5.0 705 2/12/2019
0.5.0-RC3 501 2/11/2019
0.5.0-RC2 527 2/8/2019
0.5.0-RC1 521 2/3/2019