amplify-function-plugin-interface
Advanced tools
Comparing version 1.2.0 to 1.3.0-beta.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [1.3.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.2.0...amplify-function-plugin-interface@1.3.0-beta.0) (2020-04-02) | ||
### Bug Fixes | ||
* save default editor on add and load on update ([#3841](https://github.com/aws-amplify/amplify-cli/issues/3841)) ([edb94cf](https://github.com/aws-amplify/amplify-cli/commit/edb94cfa2f1a66af0d45afb74f46a3488def9ddd)) | ||
### Features | ||
* **amplify-category-function:** Refactor invoke to call runtime plugins ([#3768](https://github.com/aws-amplify/amplify-cli/issues/3768)) ([92293fa](https://github.com/aws-amplify/amplify-cli/commit/92293fa83190bd18aacdc2f46a22938f94b89609)) | ||
* **amplify-category-function:** Support Lambda Scheduling ([#3714](https://github.com/aws-amplify/amplify-cli/issues/3714)) ([4a488ed](https://github.com/aws-amplify/amplify-cli/commit/4a488edef14d9161600cf6ce6887baa3c04ebef5)) | ||
# [1.2.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.1.0...amplify-function-plugin-interface@1.2.0) (2020-03-26) | ||
@@ -8,0 +25,0 @@ |
@@ -25,6 +25,8 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters> & FunctionRuntimeLifecycleManager; | ||
srcRoot: string; | ||
env: string; | ||
runtime: string; | ||
handler: string; | ||
event: any; | ||
context: any; | ||
env: { | ||
event: string; | ||
lastBuildTimestamp?: Date; | ||
envVars?: { | ||
[key: string]: string; | ||
@@ -37,3 +39,3 @@ }; | ||
runtime: string; | ||
legacyBuildHookParams: { | ||
legacyBuildHookParams?: { | ||
projectRoot: string; | ||
@@ -78,2 +80,3 @@ resourceName: string; | ||
runtimePluginId: string; | ||
cloudwatchRule?: string; | ||
}; | ||
@@ -139,2 +142,3 @@ export interface FunctionTriggerParameters { | ||
useLegacyBuild: boolean; | ||
defaultEditorFile: string; | ||
scripts?: Record<'build' & 'package', FunctionScript>; | ||
@@ -141,0 +145,0 @@ } |
{ | ||
"name": "amplify-function-plugin-interface", | ||
"version": "1.2.0", | ||
"version": "1.3.0-beta.0", | ||
"description": "Interface for plugins that provide additional functionality to function category plugins", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
}, | ||
"gitHead": "e40da2042250bb9e8785e81cc605003df7ed9b01" | ||
"gitHead": "0c8d94136120c58e274c17c97fbcb3cf7f5bf27c" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23673
7
148
2