File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ in order to get data from other regions or use specific credentials.
388
388
389
389
=== "AppConfigProvider"
390
390
391
- ```c# hl_lines="10-13 16-18"
391
+ ```c# hl_lines="10-13 16-18"
392
392
using AWS.Lambda.Powertools.Parameters;
393
393
using AWS.Lambda.Powertools.Parameters.AppConfig;
394
394
@@ -413,7 +413,7 @@ in order to get data from other regions or use specific credentials.
413
413
414
414
=== "AppConfigProvider with an explicit region"
415
415
416
- ```c# hl_lines="10-14"
416
+ ```c# hl_lines="10-14"
417
417
using AWS.Lambda.Powertools.Parameters;
418
418
using AWS.Lambda.Powertools.Parameters.AppConfig;
419
419
@@ -443,7 +443,7 @@ Feature flagging is a powerful tool that allows safely pushing out new features
443
443
444
444
=== "AppConfigProvider"
445
445
446
- ```c# hl_lines="10-13 16-18 23-25"
446
+ ```c# hl_lines="10-13 16-18 23-25"
447
447
using AWS.Lambda.Powertools.Parameters;
448
448
using AWS.Lambda.Powertools.Parameters.AppConfig;
449
449
You can’t perform that action at this time.
0 commit comments