Skip to content

Commit

Permalink
Merge pull request #383 from aws-solutions/release-candidate/5.1.0
Browse files Browse the repository at this point in the history
Incremental changes for release v5.1.0
  • Loading branch information
aassadza authored Dec 10, 2021
2 parents 4b4a7cd + 04a5c21 commit fad087c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 675 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [5.1.0] - 2021-12-09

### Added
- Integration with Canvas Learning Management System (LMS)
- Tags to questions in Content Designer and ability to create reports in Kibana.
- Integration with Genesys call center platform.
- Client Filtering with Session Attributes (i.e., Support to allow the same set of questions to be answered differently based on a session attribute).
Expand Down
3 changes: 0 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ babel-preset-es2015-ie the Massachusetts Institute of Technology (MIT) license
bluebird under the Massachusetts Institute of Technology (MIT) license
body-parser under the Massachusetts Institute of Technology (MIT) license
bowser under the Massachusetts Institute of Technology (MIT) license
canvasapi under Massachusetts Institute of Technology (MIT) License
cfn-response under the Amazon Software License
chalk under the Massachusetts Institute of Technology (MIT) license
chrome-aws-lambda under the Massachusetts Institute of Technology (MIT) license
Expand All @@ -54,7 +53,6 @@ exports-loader under the Massachusetts Institute of Technology (MIT) license
express under the Massachusetts Institute of Technology (MIT) license
faker under the Massachusetts Institute of Technology (MIT) license
file-saver under the Massachusetts Institute of Technology (MIT) license
fuzzywuzzy under GNU General Public License v2 (GPLv2) (GPLv2)
handlebars under the Massachusetts Institute of Technology (MIT) license
handlebars-loader under the Massachusetts Institute of Technology (MIT) license
highlight.js under BSD-3-Clause license
Expand Down Expand Up @@ -88,7 +86,6 @@ pug under the Massachusetts Institute of Technology (MIT) license
pug-loader under the Massachusetts Institute of Technology (MIT) license
pug-plain-loader under the Massachusetts Institute of Technology (MIT) license
pug-runtime under the Massachusetts Institute of Technology (MIT) license
python-Levenshtein under GNU General Public License v2 or later (GPLv2+) (GPL)
query-string under the Massachusetts Institute of Technology (MIT) license
querystring under the Massachusetts Institute of Technology (MIT) license
querystring-browser under the Massachusetts Institute of Technology (MIT) license
Expand Down
20 changes: 0 additions & 20 deletions templates/examples/extensions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,26 +210,6 @@ module.exports=Object.assign(
}
]
}
},
{
"PolicyName" : "QNASecretsManagerLambda",
"PolicyDocument" : {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"secretsmanager:GetResourcePolicy",
"secretsmanager:GetSecretValue",
"secretsmanager:DescribeSecret"
],
"Resource": [
{"Fn::Join": ["",["arn:aws:secretsmanager:",{ "Ref" : "AWS::Region" },":",{ "Ref" : "AWS::AccountId" },":secret:qna-*"]]},
{"Fn::Join": ["",["arn:aws:secretsmanager:",{ "Ref" : "AWS::Region" },":",{ "Ref" : "AWS::AccountId" },":secret:QNA-*"]]}
]
}
]
}
}],
},
"Metadata": util.cfnNagXray()
Expand Down
Loading

0 comments on commit fad087c

Please sign in to comment.