Compare commits
1 Commits
master
...
fix/fc-cli
Author | SHA1 | Date |
---|---|---|
wss-git | 6c79c2797e |
|
@ -30,7 +30,7 @@ export default class FcRemoteInvoke {
|
|||
let fcClient;
|
||||
if (!props.domainName) {
|
||||
const fcCommon = await core.loadComponent('devsapp/fc-common');
|
||||
fcClient = await fcCommon.makeFcClient(inputs);
|
||||
fcClient = await fcCommon.makeFcClient({ ...inputs, props: { region: props.region }});
|
||||
}
|
||||
const remoteInvoke = new RemoteInvoke(fcClient, credentials.AccountID);
|
||||
await remoteInvoke.invoke(props, eventPayload, { invocationType });
|
||||
|
|
Loading…
Reference in New Issue