Andy Goldschmidt

Results 3 issues of Andy Goldschmidt

### Name of the resource AWS::ServiceCatalog::PortfolioShare ### Resource name _No response_ ### Description I need to share the Portfolio with "Organization nodeShare with a node within your Organization". This can...

enhancement

### Name of the resource AWS::ServiceCatalog::CloudFormationProduct ### Resource Name _No response_ ### Issue Description The docs dont show how to add the "codestar" section to "AWS::ServiceCatalog::CloudFormationProduct" https://docs.aws.amazon.com/en_us/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-codestarparameters.html ### Expected Behavior...

bug

**Description:** How do i use the new version of java in the github action https://github.com/actions/setup-java#install-multiple-jdks ``` steps: uses: actions/setup-java@v4 with: distribution: '' java-version: 17 - run: java HelloWorldApp.java ``` ```...

feature request