This message was deleted.
# help
s
This message was deleted.
t
You’re pretty close but need to use an inner Handlebars expression for the key:
Copy code
{{systemValue type='ENVIRONMENT' key=(regexExtract request.query.name '[A-Z_]+')}}
g
Ah cool, thanks, I wondered if I was missing something but couldn’t quite find it in the docs
I will try this tomorrow
👍 1
Works perfectly, thanks
t
Glad to hear it!
g
This is going to make replicating the AWS Secrets Lambda Layer locally so much easier
t
Good to hear you're getting value from it. AWS services can be a pain to test against.