Commit Graph

12 Commits

Author SHA1 Message Date
Radek Simko
43de2afde1 docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
Radek Simko
03df8360cb provider/aws: Support 'publish' attribute in lambda_function 2016-09-04 17:15:35 +01:00
Srikalyan Swayampakula
2aa28c34ca Not Error out on AWS Lambda VPC config if both subnet_ids and security_group_ids are empty. (#6191)
AWS Lambda VPC config is an optional configuration and which needs to both subnet_ids and
security_group_ids to tie the lambda function to a VPC. We should make it optional if
both subnet_ids and security_group_ids are not net which would add better flexiblity in
creation of more useful modules as there are "if else" checks. Without this we are creating
duplicate modules one with VPC and one without VPC resulting in various anomalies.
2016-08-15 17:52:42 +01:00
Paul Stack
5f6ea8b18e documentation/aws: More additions of Import documention to the AWS (#7729)
resources
2016-07-20 23:28:59 +01:00
Martin Atkins
66af2b21c3 website(aws): link directly to lambda "Runtime" defininition
Previously we linked to the whole request body definition for valid values of `runtime`.

Now we link directly to the docs for `Runtime`, which will hopefully make it easier to find the valid values.

This fixes #4570.
2016-04-22 08:34:33 -07:00
Radek Simko
9f6b487791 provider/aws: Document lambda_function updates 2016-03-10 12:31:36 +00:00
Kazunori Kojima
fbc94cb330 website: Fix missing sidebar_current 2016-03-06 23:51:25 +09:00
vince rosso
2b43a317a9 documentation for lambda in VPC 2016-02-16 12:16:43 -08:00
Seth Vargo
8dbc43639d Use HTTPS + www. for links 2016-01-14 16:03:26 -05:00
stack72
59bfa636c0 Adding a link to the runtime options for the AWS Lambda functions 2015-12-27 21:38:45 +00:00
Rob Zienert
327bd4f9c0 Adding S3 support for Lambda provider 2015-11-06 15:57:18 -06:00
Chris Bednarski
6986121305 AWS Lambda functionality
- Includes documentation
- Includes acceptance tests
2015-06-01 09:33:45 -07:00