Zeljko
Zeljko
``` /Users/user/dir/node_modules/static-container/StaticContainer.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import React, { Component, Children, PropTypes } from 'react'; ^^^^^^ SyntaxError: Unexpected token import at transformAndBuildScript (node_modules/jest-runtime/build/transform.js:320:12) at Object. (node_modules/react-native-root-siblings/lib/AppRegistryInjection.js:3:22) at Object. (node_modules/react-native-root-siblings/lib/SiblingsManager.js:3:27) ``` I find this error...
Add docs section for Delete Pending Transactions feature
If possible we should make validation of cron field more stricter. ``` functions: autotask-example-1: name: 'Hello world from serverless' path: './autotasks/hello-world' relayer: ${self:resources.Resources.relayers.relayer-1} trigger: type: "schedule" cron: "4" ``` This...
(Nice to have) When creating specific resources users could find useful to see additional data via logs or outputs section. For example when creating Relayer it would be useful to...
Users might be confused with generic named Resource and its connection to the system. We could use something like `AutotaskSecrets` to provide more context.
We should be careful about using term `stack` in our documentation as it might be confusing for users. For example when changing `stack` value and making multiple deployments there is...
Add support for Actions high frequency intervals # Summary ## Testing Process ## Checklist - [ ] Add a reference to related issues in the PR description. - [ ]...