Lambda Custom Resource that emits a metric on the size of your DynamoDB Tables.
Project description
Python
from aws_cdk import core
from ddbsizemetric import DDBSizeLib
class MyStack(core.Stack):
def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
super().__init__(scope, id, **kwargs)
DDBSizeLib(self, "MyDynamoTableScanner")
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
ddbsizemetric-0.1.0a6.tar.gz
(10.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ddbsizemetric-0.1.0a6.tar.gz.
File metadata
- Download URL: ddbsizemetric-0.1.0a6.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03bd9b4134fbaeddba2421c61698a657907d8daebbbd451c32ed998d86aab3ff
|
|
| MD5 |
6185b3657868bfe595efb9604360a0db
|
|
| BLAKE2b-256 |
a66d118e86c6e981eaaaa89399d2b4e37eb7c2ea747b0515f0d65acda60a9622
|
File details
Details for the file ddbsizemetric-0.1.0a6-py3-none-any.whl.
File metadata
- Download URL: ddbsizemetric-0.1.0a6-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588e4a916ba293ec60a8b1bd27c7e3609cd203d7a255a7e7dc94a651181edee2
|
|
| MD5 |
c9b7bf62fa5359c4de4a3369aaf66862
|
|
| BLAKE2b-256 |
18c90a52d9a8a3e0a231a263d420dd2bcad3236c7fe67fcd6cc03dfaced7ee4b
|