registry
registry copied to clipboard
Review the AWS 6.0 migration guide for correctness
In addressing pulumi/docs#9764, we noticed a few things about the AWS 5.x to 6.x migration guide that aren't correct. For example, the PeeringAttachment resource exists, but the link in the guide points to something called PeeringAttachmentAcceptor; the "from" and "to" names are identical for ListenerCertificate and TargetGroupAttachment, etc.) We should go through this guide in detail and make sure it's accurate.
@cnunciato I just noticed a lot of breaking changes in typescript
eg. aws.types.input.ecs.ClusterDefaultCapacityProviderStrategy -> aws.types.input.ecs.ClusterCapacityProvidersDefaultCapacityProviderStrategy
none of this is mentioned in the migration guide
@lukehoban @mnlumi Can we put this on deck so folks facing the upgrade have everything they need?