Skip to content

Commit 3456229

Browse files
authored
Update README.md
1 parent 9c072b1 commit 3456229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ Environment:
1717
Into real runtime (no matter the lang) environment variables backed by SSM Parameter Store. For example, assuming the SSM Parameter path above returns `1A2B3C4D5E6F` as the value. Your code would return:
1818

1919
```javascript
20+
# node
2021
process.env.SECRET; // 1A2B3C4D5E6F
2122
```
2223

2324
```ruby
25+
# ruby
2426
ENV['SECRET'] # 1A2B3C4D5E6F
2527
```
2628

0 commit comments

Comments
 (0)