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 207 4/18/2023
0.8.4 457 3/10/2022
0.8.3.5 412 3/4/2022
0.8.3.4 317 7/15/2021
0.8.3.3 325 7/15/2021
0.8.3.2 349 6/17/2021
0.8.3 316 5/19/2021
0.8.2.4 389 4/30/2021
0.8.2.3 304 4/2/2021
0.8.2.2 314 3/18/2021
0.8.2 311 2/16/2021
0.8.1.3 415 10/21/2020
0.8.1.2 440 10/21/2020
0.8.1 429 8/28/2020
0.8.1-rc1 317 8/24/2020
0.8.0.6 449 7/15/2020
0.8.0.5 447 7/2/2020
0.8.0.3 454 6/19/2020
0.8.0.2 477 6/3/2020
0.8.0 508 5/18/2020
0.7.1-rc1 334 4/21/2020
0.7.0.8 590 2/25/2020
0.7.0.4 551 10/18/2019
0.7.0.3 510 10/3/2019
0.7.0 536 9/11/2019
0.7.0-rc7 347 8/18/2019
0.7.0-rc6 387 8/16/2019
0.7.0-rc5 374 8/16/2019
0.7.0-rc4 370 8/15/2019
0.7.0-RC3 360 6/19/2019
0.7.0-RC2 363 6/18/2019
0.7.0-RC1 363 6/18/2019
0.6.1 530 9/5/2019
0.6.0.3 584 7/1/2019
0.6.0.2 539 6/27/2019
0.6.0.1 589 6/12/2019
0.6.0 569 5/10/2019
0.6.0-RC4 356 5/9/2019
0.6.0-RC3 389 5/8/2019
0.6.0-RC2 427 5/3/2019
0.6.0-RC1 386 4/11/2019
0.5.0 644 2/12/2019
0.5.0-RC3 449 2/11/2019
0.5.0-RC2 471 2/8/2019
0.5.0-RC1 468 2/3/2019