Skip to main content

Event-driven image moderation and notification with AWS CDK

Project description

NPM version PyPI version Release

cdk-image-moderation

Event-driven image moderation and notification service with AWS CDK

Sample

This sample create a S3 bucket that will trigger image moderation check on object created and send notification to SNS when specific moderation labels are detected. The SNS2Telegram creates a Lambda function as the SNS topic subscription which fires the notification to a private Telegram chatroom with the image preview and moderation result.

# Example automatically generated from non-compiling source. May contain errors.
from cdk_image_moderation import Moderation, SNS2Telegram

app = cdk.App()
env = {
    "region": process.env.CDK_DEFAULT_REGION,
    "account": process.env.CDK_DEFAULT_ACCOUNT
}
stack = cdk.Stack(app, "moderation-demo", env=env)

# create the moderation
mod = Moderation(stack, "Mod",
    moderation_labels=[ModerationLabels.EXPLICIT_NUDITY, ModerationLabels.DRUGS, ModerationLabels.TOBACCO, ModerationLabels.ALCOHOL, ModerationLabels.VIOLENCE, ModerationLabels.RUDE_GESTURES
    ]
)

# send notification via sns to telegram
SNS2Telegram(stack, "SNS2TG",
    topic=mod.topic,
    chatid="-547476398"
)

Deploy the CDK app

export TELEGRAM_TOKEN=<YOUR_TOKEN>
cdk diff
cdk deploy

Deploy from this repository

export TELEGRAM_TOKEN=<YOUR_TOKEN>
# run `yarn build` or `yarn watch` to generate the lib
cdk --app lib/integ.default.js diff
cdk --app lib/integ.default.js deploy

On deploy completed, you will get the S3 bucket in the Outputs. Simply upload any images into this bucket and you should be able to get the notification from the Telegram chatroom.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-image-moderation-0.1.193.tar.gz (9.0 MB view details)

Uploaded Source

Built Distribution

cdk_image_moderation-0.1.193-py3-none-any.whl (9.0 MB view details)

Uploaded Python 3

File details

Details for the file cdk-image-moderation-0.1.193.tar.gz.

File metadata

  • Download URL: cdk-image-moderation-0.1.193.tar.gz
  • Upload date:
  • Size: 9.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3

File hashes

Hashes for cdk-image-moderation-0.1.193.tar.gz
Algorithm Hash digest
SHA256 4c7a5b6ea80e7b22aff81791ef0dadb9152c4c03d2198df02063f518ac652b7e
MD5 d244038214215c36f7e9fd1c9434cb20
BLAKE2b-256 6751542851890b89033ca816fb76ef4392f3b354160e6e214e5cc2bb34796c58

See more details on using hashes here.

File details

Details for the file cdk_image_moderation-0.1.193-py3-none-any.whl.

File metadata

  • Download URL: cdk_image_moderation-0.1.193-py3-none-any.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3

File hashes

Hashes for cdk_image_moderation-0.1.193-py3-none-any.whl
Algorithm Hash digest
SHA256 7603d03b5394c195bb0445d9b50e313aa762bb6d183dfc602778def08207a453
MD5 ddae9cfaad4be5da83bfb37a61a289de
BLAKE2b-256 accbba2e36759d180f80c4b2f54908b544a5cb58b264a9a50b9510408642ce93

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page