Documentation ¶
Index ¶
- func AWSAddApiGatewayPermission(conf *aws.Config, ctx *context.Context, method string, sourcearn string, ...) error
- func AWSCreateLambda(conf *aws.Config, ctx *context.Context, input *ie2datatypes.LambdaInput) error
- func AWSCreateLambdaIntegrations(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) error
- func AWSCreateRESTResource(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) (string, error)
- func AWSDeleteLambda(conf *aws.Config, ctx *context.Context, name string) error
- func AWSGetAccountId(conf *aws.Config, ctx *context.Context) (string, error)
- func AWSGetRESTApiIdFromName(conf *aws.Config, ctx *context.Context, name string) (string, error)
- func AWSGetRESTResourceIdFromName(conf *aws.Config, ctx *context.Context, apiid string, name string) (string, error)
- func AWSLambdaExists(conf *aws.Config, ctx *context.Context, name string) (bool, error)
- func AWSRESTApiExists(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) (bool, error)
- func AWSRESTMethodExists(conf *aws.Config, ctx *context.Context, apiid string, resourceid string, ...) (bool, error)
- func AWSUpdateLambda(conf *aws.Config, ctx *context.Context, input *ie2datatypes.LambdaInput) error
- func ConfigParser(conf *aws.Config, ctx *context.Context, bucket string, key string) (ie2datatypes.LambdaConfig, error)
- func IE2GetEnv(envname string) (string, error)
- func MetaDataParser(conf *aws.Config, ctx *context.Context, bucket string, key string) (ie2datatypes.FileMetaData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AWSAddApiGatewayPermission ¶ added in v0.0.18
func AWSCreateLambda ¶ added in v0.0.4
func AWSCreateLambda( conf *aws.Config, ctx *context.Context, input *ie2datatypes.LambdaInput) error
func AWSCreateLambdaIntegrations ¶ added in v0.0.9
func AWSCreateLambdaIntegrations(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) error
func AWSCreateRESTResource ¶ added in v0.0.9
func AWSCreateRESTResource(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) (string, error)
func AWSDeleteLambda ¶ added in v0.0.4
func AWSGetAccountId ¶ added in v0.0.19
func AWSGetRESTApiIdFromName ¶ added in v0.0.6
func AWSGetRESTResourceIdFromName ¶ added in v0.0.6
func AWSLambdaExists ¶ added in v0.0.4
func AWSRESTApiExists ¶ added in v0.0.9
func AWSRESTApiExists(conf *aws.Config, ctx *context.Context, input *ie2datatypes.RESTEndpointInput) (bool, error)
func AWSRESTMethodExists ¶ added in v0.0.9
func AWSRESTMethodExists(conf *aws.Config, ctx *context.Context, apiid string, resourceid string, method *ie2datatypes.RESTMethod) (bool, error)
** * Exported Functions **
func AWSUpdateLambda ¶ added in v0.0.4
func AWSUpdateLambda( conf *aws.Config, ctx *context.Context, input *ie2datatypes.LambdaInput) error
func ConfigParser ¶
func ConfigParser(conf *aws.Config, ctx *context.Context, bucket string, key string) (ie2datatypes.LambdaConfig, error)
func MetaDataParser ¶ added in v0.0.32
func MetaDataParser(conf *aws.Config, ctx *context.Context, bucket string, key string) (ie2datatypes.FileMetaData, error)
TODO: This function is so similar to configparser, can we abstract and consolidate the functionality? -gb 8.21.24
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.