-
Notifications
You must be signed in to change notification settings - Fork 132
Create pre-production stage for CI pipeline #2282
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2282 +/- ##
==========================================
+ Coverage 78.81% 78.88% +0.07%
==========================================
Files 621 621
Lines 108431 108613 +182
Branches 15399 15413 +14
==========================================
+ Hits 85462 85684 +222
+ Misses 22298 22261 -37
+ Partials 671 668 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
267feb5
to
b100ece
Compare
3f82970
to
edbd376
Compare
else {} | ||
) | ||
|
||
@jsii.member(jsii_name="produceAction") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, is there some functionality missing in the Python CDK? Have we given feedback to them about it
Issues:
Resolves #CryptoAlg-2983 and #CryptoAlg-2984
Description of changes:
This PR implements steps to deploy to pre-production in the CI pipeline, which will act as template for production deployment later on. The PR also sets up a dev deployment environment for testing purposes.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.