mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
21 lines
672 B
ReStructuredText
21 lines
672 B
ReStructuredText
.. _boto3-example:
|
|
|
|
Boto3 example
|
|
=============
|
|
|
|
.. meta::
|
|
:keywords: Python,Dependency Injection,Boto3,AWS,Amazon Web Services,S3,SQS,Rout53,EC2,Lambda,Example
|
|
:description: This example demonstrates a usage of Boto3 AWS client and Dependency Injector.
|
|
|
|
|
|
This example shows how to use ``Dependency Injector`` with `Boto3 <https://github.com/boto/boto3>`_.
|
|
|
|
The source code is available on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/boto3-session>`_.
|
|
|
|
Listing of ``boto3_session_example.py``:
|
|
|
|
.. literalinclude:: ../../examples/miniapps/boto3-session/boto3_session_example.py
|
|
:language: python
|
|
|
|
.. disqus::
|