Skip to main content

Mypy-friendly boto3 type annotations for sns service.

Project description

mypy-boto3-sns submodule

Provides type annotations for boto3.sns service

Installation

pip install mypy-boto3[sns]

Usage

import boto3
from mypy_boto3.sns import Client, ServiceResource

client: Client = boto3.client("sns")
resource: ServiceResource = boto3.resource("sns")

# now your IDE can suggest you method and arguments names
# and mypy can check types

Project details


Release history Release notifications | RSS feed

This version

0.1.7

Download files

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

Source Distribution

mypy-boto3-sns-0.1.7.tar.gz (3.2 kB view hashes)

Uploaded source

Built Distribution

mypy_boto3_sns-0.1.7-py3-none-any.whl (4.9 kB view hashes)

Uploaded py3

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