serverless-fargate-tasks
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "0.3.0" | ||
"version": "0.4.0" | ||
} |
@@ -51,2 +51,4 @@ Serverless Fargate Tasks | ||
foo: wut | ||
# you can also use cloudformation references with eg serverless-pseudo-parameters | ||
myArn: #{MyResource.Arn} | ||
cpu: 512 # optional, defaults to 25% -> 256, see cloudformation docs for valid values | ||
@@ -53,0 +55,0 @@ memory: 1GB # optional, defaults to 0.5GB |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8689
80