Robert Watkins

Results 6 issues of Robert Watkins

If you run Eclipse under Java 11, the SimpleDB explorer doesn't load - it just sits on the 'loading' message, and never returns. Eclipse 2020-09 and above require Java 11...

There is no profile to build against 2020-09 (or 2020-06, for that matter). In addition, 2020-09 no longer supports Java 8, but must use a Java 11 or higher runtime...

It would be useful if the LanguageExtensions transform feature Fn::ForEach was supported with SAM CLI. The [documentation for the LanguageExtensions transforms](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-languageextensions.html) states that you can use it with the Serverless...

type/feature

When using 0.10.x, and running with a security manager, trying to use `new Reflections(scanPrefix)` results in an AccessControlException, like this one: ``` Feb. 26, 2022 10:48:08 PM org.reflections.vfs.Vfs fromURL WARNING:...

**Describe the bug** Running the included tests using `yarn test` doesn't work. The tests as configured use an ESM-based theme, which jest/yarn isn't configured to use. If you change it...

### Describe your idea/feature/enhancement I would like to be able to specify multiple `env` profiles in my `samconfig.toml`, and share common settings via the `default` profile. As an example of...

type/feature
area/sam-config
maintainer/need-response