Skip to main content

env_var_key

Macro env_var_key 

Source
env_var_key!() { /* proc-macro */ }
Expand description

Creates a validated EnvVarKey wrapper for AWS Lambda environment variable keys at compile time.

ยงValidation Rules

  • Key must be at least 2 characters long
  • Cannot start with an underscore (_)
  • Only alphanumeric characters and underscores are allowed