Skip to content

Commit 5f4ec3a

Browse files
committed
Enable keys with values over 4kb
1 parent 068c688 commit 5f4ec3a

File tree

7 files changed

+144
-91
lines changed

7 files changed

+144
-91
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# laravel-env-in-aws-ssm
22
> Manage your environment variables in in AWS' SSM Parameter store
33
4-
Download or upload your .env files into the free [AWS's SSM](https://eu-west-2.console.aws.amazon.com/systems-manager/parameters) store. This allows you to store up to 10,000 keys with sizes up to 4kb. More advanced options are available subject to your [quota](https://docs.aws.amazon.com/general/latest/gr/ssm.html).
4+
Download or upload your .env files into the free [AWS's SSM](https://eu-west-2.console.aws.amazon.com/systems-manager/parameters) store. This allows you to store up to 10,000 keys over your aws account in each region. More keys are available subject to your [quota](https://docs.aws.amazon.com/general/latest/gr/ssm.html).
55

66
This provides a good companion to referencing env values in cloudformation, serverless framework or to download within runners in other forms of Continuous Deployment processes.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nandi95/laravel-env-in-aws-ssm",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Manage your environment variables in AWS' SSM Parameter store",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)