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
<PackageReference Include="LambdaSharp.Slack" Version="0.8.4.1" />
paket add LambdaSharp.Slack --version 0.8.4.1
#r "nuget: LambdaSharp.Slack, 0.8.4.1"
// 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 | Versions 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. |
-
net6.0
- LambdaSharp (>= 0.8.4.1)
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 | 271 | 4/18/2023 |
0.8.4 | 484 | 3/10/2022 |
0.8.3.5 | 444 | 3/4/2022 |
0.8.3.4 | 328 | 7/15/2021 |
0.8.3.3 | 347 | 7/15/2021 |
0.8.3.2 | 373 | 6/17/2021 |
0.8.3 | 345 | 5/19/2021 |
0.8.2.4 | 415 | 4/30/2021 |
0.8.2.3 | 334 | 4/2/2021 |
0.8.2.2 | 338 | 3/18/2021 |
0.8.2 | 344 | 2/16/2021 |
0.8.1.3 | 441 | 10/21/2020 |
0.8.1.2 | 461 | 10/21/2020 |
0.8.1 | 454 | 8/28/2020 |
0.8.1-rc1 | 343 | 8/24/2020 |
0.8.0.6 | 491 | 7/15/2020 |
0.8.0.5 | 478 | 7/2/2020 |
0.8.0.3 | 479 | 6/19/2020 |
0.8.0.2 | 508 | 6/3/2020 |
0.8.0 | 532 | 5/18/2020 |
0.7.1-rc1 | 368 | 4/21/2020 |
0.7.0.8 | 612 | 2/25/2020 |
0.7.0.4 | 584 | 10/18/2019 |
0.7.0.3 | 543 | 10/3/2019 |
0.7.0 | 563 | 9/11/2019 |
0.7.0-rc7 | 369 | 8/18/2019 |
0.7.0-rc6 | 407 | 8/16/2019 |
0.7.0-rc5 | 393 | 8/16/2019 |
0.7.0-rc4 | 391 | 8/15/2019 |
0.7.0-RC3 | 380 | 6/19/2019 |
0.7.0-RC2 | 380 | 6/18/2019 |
0.7.0-RC1 | 381 | 6/18/2019 |
0.6.1 | 552 | 9/5/2019 |
0.6.0.3 | 615 | 7/1/2019 |
0.6.0.2 | 563 | 6/27/2019 |
0.6.0.1 | 611 | 6/12/2019 |
0.6.0 | 593 | 5/10/2019 |
0.6.0-RC4 | 377 | 5/9/2019 |
0.6.0-RC3 | 407 | 5/8/2019 |
0.6.0-RC2 | 448 | 5/3/2019 |
0.6.0-RC1 | 409 | 4/11/2019 |
0.5.0 | 667 | 2/12/2019 |
0.5.0-RC3 | 474 | 2/11/2019 |
0.5.0-RC2 | 499 | 2/8/2019 |
0.5.0-RC1 | 492 | 2/3/2019 |