You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('The ARN of a Slack integration must be in the form: arn:aws:chatbot:{region}:{account}:chat-configuration/slack-channel/{slackChannelName}');
211
211
}
212
212
@@ -227,11 +227,19 @@ export class SlackChannelConfiguration extends SlackChannelConfigurationBase {
227
227
* The ArnComponents API will return `slack-channel/my-slack`
228
228
* It need to handle that to gets a correct name.`my-slack`
@@ -230,7 +236,7 @@ size of the AWS Lambda resource handler.
230
236
## Development
231
237
232
238
The custom resource is implemented in Python 3.6 in order to be able to leverage
233
-
the AWS CLI for "aws sync". The code is under [`lib/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/lib/lambda) and
239
+
the AWS CLI for "aws s3 sync". The code is under [`lib/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/lib/lambda) and
234
240
unit tests are under [`test/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/test/lambda).
235
241
236
242
This package requires Python 3.6 during build time in order to create the custom
0 commit comments