Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT APPROVE] New deploys #670

Open
wants to merge 18 commits into
base: temporal
Choose a base branch
from
Open

[DO NOT APPROVE] New deploys #670

wants to merge 18 commits into from

Conversation

iakinsey
Copy link
Contributor

No description provided.

@iakinsey iakinsey requested a review from freeqaz as a code owner November 13, 2020 01:55
@iakinsey iakinsey changed the title New deploys [DO NOT APPROVE] New deploys Nov 13, 2020
sorted(self.lambda_config.libraries),
), encoding='UTF-8')

self._s3_path = sha256(uid_input).hexdigest() + ".zip"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason you assign this here is because it is attempting to be cached, I believe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

RUNTIME_TO_BUILDER = {b.RUNTIME_PRETTY_NAME: b for b in BUILDERS}


class AWSLambda(Resource):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that all modifications of self are done in the properties here, and only really as a performance optimization. That's nice.

@freeqaz
Copy link
Collaborator

freeqaz commented Nov 13, 2020

How did you get all of the changes that I had made the other week in here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants