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.
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.
// Install LambdaSharp.Slack as a Cake Addin
#addin nuget:?package=LambdaSharp.Slack&version=0.8.4.1

// Install LambdaSharp.Slack as a Cake Tool
#tool nuget:?package=LambdaSharp.Slack&version=0.8.4.1                

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. 
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 272 4/18/2023
0.8.4 486 3/10/2022
0.8.3.5 445 3/4/2022
0.8.3.4 329 7/15/2021
0.8.3.3 348 7/15/2021
0.8.3.2 376 6/17/2021
0.8.3 346 5/19/2021
0.8.2.4 417 4/30/2021
0.8.2.3 335 4/2/2021
0.8.2.2 339 3/18/2021
0.8.2 345 2/16/2021
0.8.1.3 442 10/21/2020
0.8.1.2 464 10/21/2020
0.8.1 455 8/28/2020
0.8.1-rc1 344 8/24/2020
0.8.0.6 492 7/15/2020
0.8.0.5 479 7/2/2020
0.8.0.3 480 6/19/2020
0.8.0.2 509 6/3/2020
0.8.0 534 5/18/2020
0.7.1-rc1 369 4/21/2020
0.7.0.8 614 2/25/2020
0.7.0.4 585 10/18/2019
0.7.0.3 546 10/3/2019
0.7.0 564 9/11/2019
0.7.0-rc7 370 8/18/2019
0.7.0-rc6 410 8/16/2019
0.7.0-rc5 396 8/16/2019
0.7.0-rc4 392 8/15/2019
0.7.0-RC3 381 6/19/2019
0.7.0-RC2 381 6/18/2019
0.7.0-RC1 382 6/18/2019
0.6.1 553 9/5/2019
0.6.0.3 616 7/1/2019
0.6.0.2 564 6/27/2019
0.6.0.1 614 6/12/2019
0.6.0 594 5/10/2019
0.6.0-RC4 378 5/9/2019
0.6.0-RC3 408 5/8/2019
0.6.0-RC2 449 5/3/2019
0.6.0-RC1 411 4/11/2019
0.5.0 671 2/12/2019
0.5.0-RC3 475 2/11/2019
0.5.0-RC2 500 2/8/2019
0.5.0-RC1 493 2/3/2019