aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

Add Session Object to SessionProxy #164

Closed awood45 closed 3 years ago

awood45 commented 3 years ago

Allows for the user of the plugin to retrieve the boto3 Session object and use it directly as needed.

Issue #, if available: #151

Description of changes: Add session object to SessionProxy class to allow direct use.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

awood45 commented 3 years ago

I'm noticing the test workflows haven't run, does that require action on your side?

awood45 commented 3 years ago

It appears the instructions for setting up dependencies as written in README.md do not work, so reproducing the current failures on my local machine are a challenge. Will look for a workaround, or happy to have someone modify the PR as needed.