Metadata-Version: 2.1
Name: gammarers.aws-resource-naming
Version: 0.2.1
Summary: @gammarers/aws-sns-slack-message-lambda-subscription
Home-page: https://github.com/gammarers/aws-sns-slack-message-lambda-subscription.git
Author: yicr<yicr@users.noreply.github.com>
License: Apache-2.0
Project-URL: Source, https://github.com/gammarers/aws-sns-slack-message-lambda-subscription.git
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aws-cdk-lib<3.0.0,>=2.120.0
Requires-Dist: constructs<11.0.0,>=10.0.5
Requires-Dist: gammarers.aws-resource-naming<0.11.0,>=0.10.1
Requires-Dist: jsii<2.0.0,>=1.106.0
Requires-Dist: publication>=0.0.3
Requires-Dist: typeguard<4.3.0,>=2.13.3

# AWS SNS Slack Message Lambda Subscription

```json
{
    "text": ":mega: *TEST*",
    "attachments": [{
        "color": "#2eb886",
        "title": "CodePipeline pipeline execution *SUCCEED*",
        "title_link": "http://github.com/yicr",
        "fields": [
            {
                "title": "Pipeline",
                "value": "pipeline-name",
            }
        ]
    }]
}
```

```text
"{\"text\":\":mega: *TEST*\",\"attachments\":[{\"color\":\"#2eb886\",\"title\":\"CodePipeline pipeline execution *SUCCEED*\",\"title_link\":\"http://github.com/yicr\",\"fields\":[{\"title\":\"Pipeline\",\"value\":\"pipeline-name\"}]}]}"
```
```
