aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
95 stars 38 forks source link

https->http in refs and ids #84

Closed johnttompkins closed 4 years ago

johnttompkins commented 4 years ago

Issue #, if available: #83

Description of changes: Fixing the URI in our repo. Unit tests pass without any change, but this may need additional testing to ensure that it works as expected in places where this library is used.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

rjlohan commented 4 years ago

Why are we doing this? HTTPS endpoint is still valid?

PatMyron commented 4 years ago

Why are we doing this? HTTPS endpoint is still valid?

Discussion started with HTTPS endpoints not working in @iann0036's CloudFormation Resource Provider Schema Linter extension: https://github.com/iann0036/cfn-rps-lint/commit/33623b303658d4e9d90015fe59fc5406585277f5