SHxKM
SHxKM
Any progress on this? I was sure I was doing something wrong. It's pretty much useless to use more than one layout if CSS is getting merged. `scope`ing `default` didn't...
Post edited: unrelated.
@alston19 I know it's been long but I'm wondering whether you found a solution to this?
> The quick and too ugly fix would be to not create a django-html language, but override html. Can you please explain how to do this?
I have "solved" this by simply uninstalling this extension. Auto-completion, intelliSense and other features work much better without it as it is unmaintained.
@shaneyuan18 Did you ever manage to sidestep this? I think it’s very similar to my problem [here](https://github.com/aws-cloudformation/cloudformation-cli/issues/730)
> @PatMyron Actually, dynamic references are supported in contract test inputs: https://github.com/aws-cloudformation/cloudformation-cli/blame/811163009f679724a1812807901e1b3cdade37f6/src/rpdk/core/test.py#L150-L152 > > @SHxKM could you share the template which creates the 'accessToken' value which is injected in the...
Still looking for a solution to this. I’ve seen some examples using a special (?) file with an _exports naming convention, anyone knows if this should work? There is no...
Interesting. Presumably I could store said credentials in secretsmanager, export it in the template, and then use that export value. Does that make sense? Or does this only work for...
Thanks Pat. So still waiting for a better solution. For now we’re deploying the .zip handler with the tokens inside, revoking them immediately after passing the tests, and using pre-commit...