Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
…ormat - Migrate from monolithic CloudFormation Resource Specification to new Resource Provider Schemas (per-region zip downloads from 37 regions) - Add ConvertFrom-ProviderSchema adapter to transform JSON Schema format into legacy spec structure for Convert-SpecToFunction compatibility - Add 55 Pester 5 unit and integration tests for schema pipeline - Replace Azure Pipelines gist with local ci/BuildHelpers.ps1 - Remove dead Twitter/PoshTwit publishing task - Remove GitHub release publishing to SCRT-HQ - Replace cfn-flip dependency with powershell-yaml module - Bump minimum PowerShell version from 3.0 to 5.1 - Delete ProcessRequest3.ps1 (PS3-only code path) - Modernise AWS credential handling (CredentialProfileStoreChain) - Remove AWSPowerShell/AWSPowerShell.NetCore legacy fallbacks - Update module manifest for ITV (author, URLs, copyright) - Add AWS::LanguageExtensions to PseudoParams - Update Pester requirement from v4 to v5
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Modernises the VaporShell module by migrating to the new AWS CloudFormation Resource Provider Schema format and removing deprecated/dead code.
Schema Pipeline Migration
https://schema.cloudformation.<region>.amazonaws.com/CloudformationSchema.zipURLsConvertFrom-ProviderSchematransforms JSON Schema format into the legacy structure thatConvert-SpecToFunctionexpects — zero changes needed to the function generatorBuild Pipeline Cleanup
ci/BuildHelpers.ps1(40 lines vs 400)build.ps1— no more gist download or stale module dependenciesDeprecated Code Removal
cfn-flip(archived 2023) withpowershell-yamlmodule for YAML conversionProcessRequest3.ps1(PS3-only code path)StoredProfileAWSCredentialstoCredentialProfileStoreChainAWSPowerShell/AWSPowerShell.NetCorelegacy fallbacks fromImport-AWSSDK.ps1Metadata Updates
AWS::LanguageExtensionsto PseudoParams.txtTesting