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
feat(client-apprunner): This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
* <p>A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number
279
279
* <code>1</code> of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.</p>
280
280
* <note>
281
-
* <p>Prior to the release of <a href="https://docs.aws.amazon.com/apprunner/latest/relnotes/release-yyyy-mm-dd-asc-improvements.html">Managing auto
282
-
* scaling</a>, the name <code>DefaultConfiguration</code> was reserved. </p>
281
+
* <p>Prior to the release of <a href="https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-09-22-auto-scale-config.html">Auto scale
282
+
* configuration enhancements</a>, the name <code>DefaultConfiguration</code> was reserved. </p>
283
283
* <p>This restriction is no longer in place. You can now manage <code>DefaultConfiguration</code> the same way you manage your custom auto scaling
284
284
* configurations. This means you can do the following with the <code>DefaultConfiguration</code> that App Runner provides:</p>
* <p>An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable.
1017
-
* The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.</p>
1018
+
* <p>An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported
1019
+
* values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager
1020
+
* Parameter Store.</p>
1018
1021
* <note>
1019
1022
* <ul>
1020
1023
* <li>
1021
-
* <p>
1022
-
* If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching,
1023
-
* you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.
1024
-
* </p>
1024
+
* <p> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use
1025
+
* either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified. </p>
1025
1026
* </li>
1026
1027
* <li>
1027
-
* <p>
1028
-
* Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
1029
-
* </p>
1028
+
* <p> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported. </p>
* <p>The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute
1144
+
* from root and, if not specified, defaults to the repository root.</p>
* <p>An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable.
1172
-
* The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.</p>
1177
+
* <p>An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported
1178
+
* values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager
1179
+
* Parameter Store.</p>
1173
1180
* <note>
1174
1181
* <ul>
1175
1182
* <li>
1176
-
* <p>
1177
-
* If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching,
1178
-
* you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.
1179
-
* </p>
1183
+
* <p> If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use
1184
+
* either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified. </p>
1180
1185
* </li>
1181
1186
* <li>
1182
-
* <p>
1183
-
* Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
1184
-
* </p>
1187
+
* <p> Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported. </p>
0 commit comments