# How to Refresh Lambda Env Variables from the SSM Parameter Store

**URL:** https://forum.serverless.com/t/how-to-refresh-lambda-env-variables-from-the-ssm-parameter-store/7698
**Category:** Serverless Framework
**Created:** [March 17, 2019, 12:17am UTC](https://forum.serverless.com/t/how-to-refresh-lambda-env-variables-from-the-ssm-parameter-store/7698 "2019-03-17T00:17:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hamletrp](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.serverless.com/hamletrp/32/3142_2.png) [@hamletrp](https://forum.serverless.com/u/hamletrp)
#### Post date: [March 17, 2019, 12:17am UTC](https://forum.serverless.com/t/how-to-refresh-lambda-env-variables-from-the-ssm-parameter-store/7698/1 "2019-03-17T00:17:17Z")

</div>

Context  
- Config Values saved in the **SSM Parameter Store**  
- Lambda Function with environment variable from the SSM Parameter Store.

Changes in Context  
- **Update** made to a config value in the **SSM Parameter Store**

Expected effect  
- The **Lambda function** to use the previously updated value from the **SSM Parameter Store**

Question  
- How to replicate the new value from the **SSM Parameter Store** towards the **Lambda function**

Thank you in advance,  
Hamlet Rodriguez
