suzukiken / cdk-sns-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example CDK TypeScript Project

To deploy SNS and SQS with filter.

  • npm install
  • cdk deploy

description

まずデプロイ

cdk deploy

実行環境の作成

python -m venv test/env
source test/env/bin/activate
python -m pip install boto3

実行

source test/env/bin/activate
python utility/show_exported.py
export TOPIC_ARN=SNSトピックのARN
python test/publish.py

About


Languages

Language:Python 71.8%Language:TypeScript 24.2%Language:JavaScript 4.0%