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

[ETL-635] Add dispatch-to-raw SQS queue #125

Merged
merged 1 commit into from
Jul 11, 2024
Merged

[ETL-635] Add dispatch-to-raw SQS queue #125

merged 1 commit into from
Jul 11, 2024

Conversation

philerooski
Copy link
Contributor

No description provided.

template:
path: sqs-queue.yaml
parameters:
MessageRetentionPeriod: "1209600"
Copy link
Member

Choose a reason for hiding this comment

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

Odd that these are all strings, but is this an artifact of sceptre?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's Cloudformation CLI behavior. Parameters must be string, even when they are defined in the template as Number, as is the case here.

If I try to use an integer:

"Parameter validation failed:\nInvalid type for parameter Parameters[0].ParameterValue, value: 1209600, type: <class 'int'>, valid types: <class 'str'>"

Copy link

sonarcloud bot commented Jul 11, 2024

Copy link
Contributor

@rxu17 rxu17 left a comment

Choose a reason for hiding this comment

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

LGTM!

@philerooski philerooski merged commit 7fd342f into main Jul 11, 2024
17 checks passed
@philerooski philerooski deleted the etl-635 branch July 11, 2024 22:08
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.

4 participants