aws-lambda-typing
Python type hints for AWS Lambda
File Explorer
Download Latest Version (.zip)- release.yaml
- test.yaml
- code_reference_information.gif
- ide_autocomplete.gif
- __init__.py
- iam.py
- __init__.py
- context.py
- __init__.py
- alb.py
- apache_kafka.py
- api_gateway_authorizer.py
- api_gateway_proxy.py
- app_sync_resolver.py
- cloud_formation_custom_resource.py
- cloud_watch_events.py
- cloud_watch_logs.py
- code_commit.py
- code_pipeline.py
- cognito_custom_message.py
- cognito_post_confirmation.py
- config.py
- dynamodb_stream.py
- ec2_asg_custom_termination_policy.py
- event_bridge.py
- iot.py
- kinesis_firehose.py
- kinesis_stream.py
- mq.py
- msk.py
- s3.py
- s3_batch.py
- secrets_manager.py
- ses.py
- sns.py
- sqs.py
- websocket.py
- __init__.py
- sns.py
- __init__.py
- alb.py
- api_gateway_authorizer.py
- api_gateway_proxy.py
- dynamodb_batch.py
- iot.py
- kinesis_firehose.py
- s3_batch.py
- __init__.py
- py.typed
- __init__.py
- test_iam.py
- __init__.py
- test_alb.py
- test_apache_kafka.py
- test_api_gateway_authorizer.py
- test_api_gateway_proxy.py
- test_app_sync_resolver.py
- test_cloud_formation_custom_resource.py
- test_cloud_watch_events.py
- test_cloud_watch_logs.py
- test_code_commit.py
- test_code_pipeline.py
- test_cognito_custom_message.py
- test_cognito_post_confirmation.py
- test_config.py
- test_dynamodb_stream.py
- test_ec2_asg_custom_termination_policy.py
- test_event_bridge.py
- test_iot.py
- test_kinesis_firehose.py
- test_kinesis_stream.py
- test_mq.py
- test_msk.py
- test_s3.py
- test_s3_batch.py
- test_secrets_manager.py
- test_ses.py
- test_sns.py
- test_sqs.py
- test_websocket.py
- __init__.py
- test_sns.py
- __init__.py
- test_alb.py
- test_api_gateway_authorizer.py
- test_api_gateway_proxy.py
- test_dynamodb_batch.py
- test_iot.py
- test_kinesis_firehose.py
- test_s3_batch.py
- __init__.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
- setup.cfg
# Installation Guide
1. Get the code
git clone https://github.com/mousabaker/aws-lambda-typing
Downloads the entire project code from GitHub to your computer.
cd aws-lambda-typing
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
