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
asked 9 months ago56 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions