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

Rename to AWS native #5

Merged
merged 6 commits into from
Mar 4, 2021
Merged

Rename to AWS native #5

merged 6 commits into from
Mar 4, 2021

Conversation

mikhailshilkov
Copy link
Member

@mikhailshilkov mikhailshilkov commented Mar 4, 2021

Resolve #3

Go generation is broken due to aws-native lurking into the code. I will open a separate issue.

@@ -649,14 +654,14 @@ var updatePolicyTypes = map[string]pschema.ComplexTypeSpec{
"MaxBatchSize": {
Description: "Specifies the maximum number of instances that AWS CloudFormation updates.",
TypeSpec: primitiveTypeSpec("Integer"),
Default: 1,
Default: 1.0,
Copy link
Member

Choose a reason for hiding this comment

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

Why are these specified as floats if the type is Integer?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is an odd one! Our schema codegen fails with a bizarre message that int can't be a default to integer. I'll open an issue!

Copy link
Member Author

Choose a reason for hiding this comment

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

@mikhailshilkov mikhailshilkov merged commit a7312ee into master Mar 4, 2021
@pulumi-bot pulumi-bot deleted the mikhailshilkov/aws-native branch March 4, 2021 19:51
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.

Rename to pulumi-aws-native
2 participants