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

Add smoke testing to Lambda template #328

Merged
merged 1 commit into from
Jan 26, 2021
Merged

Add smoke testing to Lambda template #328

merged 1 commit into from
Jan 26, 2021

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jan 26, 2021

This is missing a bit of documentation; I have a follow-up PR to uplift the API and worker READMEs. We've tested this pattern with an internal service and I've also ensured that the template is deployable from scratch.


Relates to #116, which can be closed once we add appropriate documentation to the API templates.

This is missing a bit of documentation; I have a follow-up PR to uplift
the API and worker READMEs.
@72636c 72636c requested a review from a team as a code owner January 26, 2021 01:22
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2021

🦋 Changeset detected

Latest commit: 39856fe

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@etaoins etaoins left a comment

Choose a reason for hiding this comment

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

🥈

Resource: !Join
- ''
- - !Sub arn:aws:codedeploy:${AWS::Region}:${AWS::AccountId}:deploymentgroup
- ':*/'
Copy link
Member Author

Choose a reason for hiding this comment

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

The * is not ideal but the logical ID for the CodeDeploy application is difficult to predict without access to plugin internals. I've PRed serverless-plugin-canary-deployments to automatically infer this statement, but I don't want to block our next release on it being accepted.

@72636c 72636c merged commit 0774f98 into master Jan 26, 2021
@72636c 72636c deleted the lambda-smoke-test branch January 26, 2021 01:44
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.

None yet

2 participants