This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
fix: Lambda function Tags null #1016
Merged
roneli
merged 3 commits into
cloudquery:main
from
roneli:fix-Lambda-function-null-in-tags
Jun 8, 2022
Merged
fix: Lambda function Tags null #1016
roneli
merged 3 commits into
cloudquery:main
from
roneli:fix-Lambda-function-null-in-tags
Jun 8, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erezrokah
approved these changes
Jun 7, 2022
bbernays
suggested changes
Jun 7, 2022
shimonp21
approved these changes
Jun 7, 2022
bbernays
approved these changes
Jun 7, 2022
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.
LGTM, once the checks all pass
erezrokah
reviewed
Jun 7, 2022
bbernays
reviewed
Jun 7, 2022
bbernays
reviewed
Jun 7, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Jun 9, 2022
π€ I have created a release *beep* *boop* --- ## [0.12.8](v0.12.7...v0.12.8) (2022-06-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.0 ([#1023](#1023)) ([ae18dbb](ae18dbb)) * Ignore listener certs for gateway listeners ([#1005](#1005)) ([6553c8c](6553c8c)) * Lambda function Tags null ([#1016](#1016)) ([35721ba](35721ba)) * Panic in fetchRdsInstanceDbSubnetGroupSubnets ([#1020](#1020)) ([0aa25cf](0aa25cf)) * Panic in IsInvalidParameterValueError ([#1019](#1019)) ([32df59e](32df59e)) * Update endpoints ([#1025](#1025)) ([bf3e6ec](bf3e6ec)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Thank you for making CloudQuery awesome by submitting a PR π
Summary
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code πgolangci-lint run
π¨ (install golangci-lint here)go run ./docs/docs.go
and committing the changes π