Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ez4/aws-function

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ez4/aws-function - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

dist/function/helpers/variables.d.ts
import type { Variables } from '../../types/variables.js';
export declare const isValidVariableName: (name: string) => boolean;
export declare const assertVariables: (variables: Variables) => void;
export declare const protectVariables: (variables: Variables) => Variables;

@@ -8,2 +8,3 @@ import type { EntryState } from '@ez4/stateful';

export type FunctionResult = CreateResponse & {
sourceTime: number;
sourceHash: string;

@@ -10,0 +11,0 @@ roleArn: Arn;

import type { EntryState, EntryStates } from '@ez4/stateful';
import type { FunctionState } from '../function/types.js';
import type { PermissionParameters, PermissionState } from './types.js';
import { PermissionServiceType } from './types.js';
export declare const isPermission: (resource: EntryState) => resource is PermissionState;
export declare const createPermission: <E extends EntryState>(state: EntryStates<E>, sourceState: EntryState, functionState: FunctionState, parameters: PermissionParameters) => PermissionState;
export declare const getPermission: <E extends EntryState>(state: EntryStates<E>, sourceState: EntryState, functionState: FunctionState) => (E & EntryState & {
type: typeof PermissionServiceType;
parameters: PermissionParameters;
result?: import("./types.js").PermissionResult;
}) | null;
{
"name": "@ez4/aws-function",
"description": "EZ4: Self-managed AWS lambda functions",
"version": "0.1.0",
"version": "0.2.0",
"author": "Silas B.",

@@ -30,7 +30,7 @@ "license": "MIT",

"@aws-sdk/client-lambda": "^3.614.0",
"@ez4/aws-common": "^0.1.0",
"@ez4/aws-identity": "^0.1.0",
"@ez4/project": "^0.1.0",
"@ez4/stateful": "^0.1.0",
"@ez4/utils": "^0.1.0",
"@ez4/aws-common": "^0.2.0",
"@ez4/aws-identity": "^0.2.0",
"@ez4/project": "^0.2.0",
"@ez4/stateful": "^0.2.0",
"@ez4/utils": "^0.2.0",
"@types/adm-zip": "^0.5.5",

@@ -37,0 +37,0 @@ "adm-zip": "^0.5.14"

# EZ4: AWS Function
It provides all the components to manage lambda functions on AWS.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc