AWS Lambda (NET6): how to create hierarchy in Parameter Store as in appsettings.json?

0

How to create parameters in AWS Parameter Store to read them the same way as IConfiguration reads appsettings.json? In other words: how to create the same hierarchy as in appsettings.json?

Example: I have in the appsettings.json "Swagger": { "Enabled": true }, how to store it in AWS Parameter Store?

Oleg
已提問 9 個月前檢視次數 58 次