From 91a4dac0b5bee9d241bf35633c3cfefab677f446 Mon Sep 17 00:00:00 2001 From: Sander van de Graaf Date: Fri, 25 Sep 2020 16:59:20 +0200 Subject: [PATCH] Update README.md Added Deprecation notice --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 63fcfc4..4594743 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ Serverless AWS Pseudo Parameters -------------------------------- +DEPRECATED +---------- +Please upgrade to Serverless Framework 2.3.0, this is now supported natively. + +Below is the legacy readme for reference: + +Original Readme +--------------- + Currently, it's impossible (or at least, very hard) to use the [CloudFormation Pseudo Parameters](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html) in your `serverless.yml`. This plugin fixes that.